Skip to content

Commit ee27b66

Browse files
committed
[maven-release-plugin] prepare release STRUTS_2_5_9
1 parent 7f80ef1 commit ee27b66

File tree

35 files changed

+42
-38
lines changed

35 files changed

+42
-38
lines changed

apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-parent</artifactId>
29-
<version>2.5.9-SNAPSHOT</version>
29+
<version>2.5.9</version>
3030
</parent>
3131
<artifactId>struts2-apps</artifactId>
3232
<packaging>pom</packaging>

apps/rest-showcase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-apps</artifactId>
29-
<version>2.5.9-SNAPSHOT</version>
29+
<version>2.5.9</version>
3030
</parent>
3131

3232
<artifactId>struts2-rest-showcase</artifactId>
3333
<packaging>war</packaging>
34-
<version>2.5.9-SNAPSHOT</version>
34+
<version>2.5.9</version>
3535
<name>Struts 2 Rest Showcase Webapp</name>
3636
<description>Struts 2 Rest Showcase Example</description>
3737

apps/showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-apps</artifactId>
29-
<version>2.5.9-SNAPSHOT</version>
29+
<version>2.5.9</version>
3030
</parent>
3131

3232
<artifactId>struts2-showcase</artifactId>

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.struts</groupId>
55
<artifactId>struts2-parent</artifactId>
6-
<version>2.5.9-SNAPSHOT</version>
6+
<version>2.5.9</version>
77
</parent>
88

99
<artifactId>struts2-assembly</artifactId>

bom/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>struts2-bom</artifactId>
13-
<version>2.5.9-SNAPSHOT</version>
13+
<version>2.5.9</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Struts 2 Bill of Materials</name>
@@ -25,7 +25,7 @@
2525
</licenses>
2626

2727
<properties>
28-
<struts-version.version>2.5.9-SNAPSHOT</struts-version.version>
28+
<struts-version.version>2.5.9</struts-version.version>
2929
</properties>
3030

3131
<build>
@@ -170,4 +170,8 @@
170170
</dependency>
171171
</dependencies>
172172
</dependencyManagement>
173+
174+
<scm>
175+
<tag>STRUTS_2_5_9</tag>
176+
</scm>
173177
</project>

bundles/admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.apache.struts</groupId>
66
<artifactId>struts2-osgi-bundles</artifactId>
7-
<version>2.5.9-SNAPSHOT</version>
7+
<version>2.5.9</version>
88
</parent>
99

1010
<artifactId>struts2-osgi-admin-bundle</artifactId>

bundles/demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.apache.struts</groupId>
66
<artifactId>struts2-osgi-bundles</artifactId>
7-
<version>2.5.9-SNAPSHOT</version>
7+
<version>2.5.9</version>
88
</parent>
99

1010
<artifactId>struts2-osgi-demo-bundle</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-parent</artifactId>
29-
<version>2.5.9-SNAPSHOT</version>
29+
<version>2.5.9</version>
3030
</parent>
3131

3232
<artifactId>struts2-osgi-bundles</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-parent</artifactId>
29-
<version>2.5.9-SNAPSHOT</version>
29+
<version>2.5.9</version>
3030
</parent>
3131
<artifactId>struts2-core</artifactId>
3232
<packaging>jar</packaging>

plugins/bean-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.struts</groupId>
2626
<artifactId>struts2-plugins</artifactId>
27-
<version>2.5.9-SNAPSHOT</version>
27+
<version>2.5.9</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

0 commit comments

Comments
 (0)