Skip to content

Commit ef8be96

Browse files
[maven-release-plugin] prepare release rwx-parent-2.4
1 parent 8f53094 commit ef8be96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.commonjava.rwx</groupId>
2929
<artifactId>rwx-parent</artifactId>
30-
<version>2.4-SNAPSHOT</version>
30+
<version>2.4</version>
3131

3232
<packaging>pom</packaging>
3333
<inceptionYear>2010</inceptionYear>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.commonjava.rwx</groupId>
6161
<artifactId>rwx</artifactId>
62-
<version>2.4-SNAPSHOT</version>
62+
<version>2.4</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.codehaus.groovy</groupId>
@@ -83,7 +83,7 @@
8383
<connection>scm:git:https://github.com/Commonjava/RWX</connection>
8484
<developerConnection>scm:git:https://github.com/Commonjava/RWX</developerConnection>
8585
<url>https://github.com/Commonjava/RWX</url>
86-
<tag>HEAD</tag>
86+
<tag>rwx-parent-2.4</tag>
8787
</scm>
8888

8989
<dependencies>

rwx-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.rwx</groupId>
2424
<artifactId>rwx-parent</artifactId>
25-
<version>2.4-SNAPSHOT</version>
25+
<version>2.4</version>
2626
</parent>
2727

2828
<artifactId>rwx-test</artifactId>

rwx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.commonjava.rwx</groupId>
2424
<artifactId>rwx-parent</artifactId>
25-
<version>2.4-SNAPSHOT</version>
25+
<version>2.4</version>
2626
</parent>
2727

2828
<artifactId>rwx</artifactId>

0 commit comments

Comments
 (0)