-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release jsqsh-2.3
- Loading branch information
Scott C Gray
committed
Feb 26, 2017
1 parent
a756912
commit 8ae2f49
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -58,7 +58,7 @@ | |
<dependency> | ||
<groupId>org.jsqsh</groupId> | ||
<artifactId>jsqsh</artifactId> | ||
<version>2.3-SNAPSHOT</version> | ||
<version>2.3</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|