Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsqsh-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott C Gray committed Feb 26, 2017
1 parent a756912 commit 8ae2f49
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions jsqsh-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<name>JSqsh Core</name>

<scm>
<connection>scm:git:[email protected]:scgray/jsqsh.git</connection>
<url>scm:git:[email protected]:scgray/jsqsh.git</url>
<developerConnection>scm:git:[email protected]:scgray/jsqsh.git</developerConnection>
<tag>HEAD</tag>
<tag>jsqsh-2.3</tag>
</scm>

<parent>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions jsqsh-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-dist</artifactId>
<packaging>pom</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<name>JSqsh Packaging</name>

<scm>
<connection>scm:git:[email protected]:scgray/jsqsh.git</connection>
<url>scm:git:[email protected]:scgray/jsqsh.git</url>
<developerConnection>scm:git:[email protected]:scgray/jsqsh.git</developerConnection>
<tag>HEAD</tag>
<tag>jsqsh-2.3</tag>
</scm>

<parent>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -187,12 +187,12 @@
<dependency>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-exttest</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<classifier>ext</classifier>
<type>tar.gz</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions jsqsh-exttest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-exttest</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<name>JSqsh Import Test</name>

<scm>
<connection>scm:git:[email protected]:scgray/jsqsh.git</connection>
<url>scm:git:[email protected]:scgray/jsqsh.git</url>
<developerConnection>scm:git:[email protected]:scgray/jsqsh.git</developerConnection>
<tag>HEAD</tag>
<tag>jsqsh-2.3</tag>
</scm>

<parent>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-root</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jsqsh</groupId>
<artifactId>jsqsh-root</artifactId>
<packaging>pom</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>

<name>JSqsh</name>
<description>JSqsh SQL Shell</description>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:scgray/jsqsh.git</connection>
<url>scm:git:[email protected]:scgray/jsqsh.git</url>
<developerConnection>scm:git:[email protected]:scgray/jsqsh.git</developerConnection>
<tag>HEAD</tag>
<tag>jsqsh-2.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 8ae2f49

Please sign in to comment.