Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasey committed Sep 10, 2018
1 parent 6a9a013 commit f345140
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx-parent</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>

<packaging>pom</packaging>
<inceptionYear>2010</inceptionYear>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand All @@ -83,7 +83,7 @@
<connection>scm:git:https://github.com/Commonjava/RWX.git</connection>
<developerConnection>scm:git:[email protected]:Commonjava/RWX.git</developerConnection>
<url>https://github.com/Commonjava/RWX</url>
<tag>rwx-parent-2.3</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rwx-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx-parent</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</parent>

<artifactId>rwx-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rwx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.commonjava.rwx</groupId>
<artifactId>rwx-parent</artifactId>
<version>2.3</version>
<version>2.4-SNAPSHOT</version>
</parent>

<artifactId>rwx</artifactId>
Expand Down

0 comments on commit f345140

Please sign in to comment.