Skip to content

Commit 31a0768

Browse files
committed
[maven-release-plugin] prepare release STRUTS_2_5_6
1 parent 0014f89 commit 31a0768

File tree

35 files changed

+42
-38
lines changed

35 files changed

+42
-38
lines changed

apps/pom.xml

+1-1
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131
<artifactId>struts2-apps</artifactId>
3232
<packaging>pom</packaging>

apps/rest-showcase/pom.xml

+2-2
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

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

apps/showcase/pom.xml

+1-1
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-showcase</artifactId>

assembly/pom.xml

+1-1
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.6-SNAPSHOT</version>
6+
<version>2.5.6</version>
77
</parent>
88

99
<artifactId>struts2-assembly</artifactId>

bom/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>struts2-bom</artifactId>
13-
<version>2.5.6-SNAPSHOT</version>
13+
<version>2.5.6</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.6-SNAPSHOT</struts-version.version>
28+
<struts-version.version>2.5.6</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_6</tag>
176+
</scm>
173177
</project>

bundles/admin/pom.xml

+1-1
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.6-SNAPSHOT</version>
7+
<version>2.5.6</version>
88
</parent>
99

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

bundles/demo/pom.xml

+1-1
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.6-SNAPSHOT</version>
7+
<version>2.5.6</version>
88
</parent>
99

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

bundles/pom.xml

+1-1
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

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

core/pom.xml

+1-1
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131
<artifactId>struts2-core</artifactId>
3232
<packaging>jar</packaging>

plugins/bean-validation/pom.xml

+1-1
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.6-SNAPSHOT</version>
27+
<version>2.5.6</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

plugins/cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.struts</groupId>
2727
<artifactId>struts2-plugins</artifactId>
28-
<version>2.5.6-SNAPSHOT</version>
28+
<version>2.5.6</version>
2929
</parent>
3030

3131
<artifactId>struts2-cdi-plugin</artifactId>

plugins/config-browser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-config-browser-plugin</artifactId>

plugins/convention/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.struts</groupId>
55
<artifactId>struts2-plugins</artifactId>
6-
<version>2.5.6-SNAPSHOT</version>
6+
<version>2.5.6</version>
77
</parent>
88

99
<artifactId>struts2-convention-plugin</artifactId>

plugins/dwr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-dwr-plugin</artifactId>

plugins/embeddedjsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-embeddedjsp-plugin</artifactId>

plugins/gxp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.struts</groupId>
55
<artifactId>struts2-plugins</artifactId>
6-
<version>2.5.6-SNAPSHOT</version>
6+
<version>2.5.6</version>
77
</parent>
88

99
<artifactId>struts2-gxp-plugin</artifactId>

plugins/jasperreports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-jasperreports-plugin</artifactId>

plugins/javatemplates/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.struts</groupId>
2727
<artifactId>struts2-plugins</artifactId>
28-
<version>2.5.6-SNAPSHOT</version>
28+
<version>2.5.6</version>
2929
</parent>
3030

3131
<artifactId>struts2-javatemplates-plugin</artifactId>

plugins/jfreechart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-jfreechart-plugin</artifactId>

plugins/json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-json-plugin</artifactId>

plugins/junit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-junit-plugin</artifactId>

plugins/osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.apache.struts</groupId>
66
<artifactId>struts2-plugins</artifactId>
7-
<version>2.5.6-SNAPSHOT</version>
7+
<version>2.5.6</version>
88
</parent>
99

1010
<artifactId>struts2-osgi-plugin</artifactId>

plugins/oval/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-oval-plugin</artifactId>

plugins/pell-multipart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-pell-multipart-plugin</artifactId>

plugins/plexus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-plexus-plugin</artifactId>

plugins/pom.xml

+1-1
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.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-plugins</artifactId>

plugins/portlet-tiles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-portlet-tiles-plugin</artifactId>

plugins/portlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.apache.struts</groupId>
55
<artifactId>struts2-plugins</artifactId>
6-
<version>2.5.6-SNAPSHOT</version>
6+
<version>2.5.6</version>
77
</parent>
88

99
<artifactId>struts2-portlet-plugin</artifactId>

plugins/rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-rest-plugin</artifactId>

plugins/sitegraph/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-sitegraph-plugin</artifactId>

plugins/sitemesh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-sitemesh-plugin</artifactId>

plugins/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-spring-plugin</artifactId>

plugins/testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-testng-plugin</artifactId>

plugins/tiles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.struts</groupId>
2828
<artifactId>struts2-plugins</artifactId>
29-
<version>2.5.6-SNAPSHOT</version>
29+
<version>2.5.6</version>
3030
</parent>
3131

3232
<artifactId>struts2-tiles-plugin</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>struts2-parent</artifactId>
12-
<version>2.5.6-SNAPSHOT</version>
12+
<version>2.5.6</version>
1313
<packaging>pom</packaging>
1414
<name>Struts 2</name>
1515
<url>http://struts.apache.org/</url>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git://git.apache.org/struts.git</connection>
3232
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts.git</developerConnection>
3333
<url>http://git.apache.org/struts.git</url>
34-
<tag>HEAD</tag>
34+
<tag>STRUTS_2_5_6</tag>
3535
</scm>
3636

3737
<issueManagement>

0 commit comments

Comments
 (0)