Skip to content

Commit 2e3d30e

Browse files
committed
[maven-release-plugin] prepare release rwx-parent-2.5
1 parent 1ee0f66 commit 2e3d30e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 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.5-SNAPSHOT</version>
30+
<version>2.5</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.5-SNAPSHOT</version>
62+
<version>2.5</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.codehaus.groovy</groupId>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:https://github.com/Commonjava/RWX</connection>
7474
<developerConnection>scm:git:https://github.com/Commonjava/RWX</developerConnection>
7575
<url>https://github.com/Commonjava/RWX</url>
76-
<tag>HEAD</tag>
76+
<tag>rwx-parent-2.5</tag>
7777
</scm>
7878

7979
<dependencies>
@@ -118,7 +118,7 @@
118118
<additionalJOption>-Xdoclint:none</additionalJOption>
119119
<doclint>none</doclint>
120120
<source>8</source>
121-
<links></links>
121+
<links />
122122
</configuration>
123123
</plugin>
124124
</plugins>

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.5-SNAPSHOT</version>
25+
<version>2.5</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.5-SNAPSHOT</version>
25+
<version>2.5</version>
2626
</parent>
2727

2828
<artifactId>rwx</artifactId>

0 commit comments

Comments
 (0)