Skip to content

Commit 7dd83df

Browse files
committed
[maven-release-plugin] prepare release STRUTS_2_3_16_2
1 parent 7809666 commit 7dd83df

File tree

51 files changed

+62
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+62
-61
lines changed

apps/blank/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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-blank</artifactId>

apps/jboss-blank/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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-jboss-blank</artifactId>

apps/mailreader/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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-mailreader</artifactId>

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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131
<groupId>org.apache.struts</groupId>
3232
<artifactId>struts2-apps</artifactId>

apps/portlet/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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-portlet</artifactId>

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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-rest-showcase</artifactId>
3333
<packaging>war</packaging>
34-
<version>2.3.16.2-SNAPSHOT</version>
34+
<version>2.3.16.2</version>
3535
<name>Struts 2 Rest Showcase Example</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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131

3232
<artifactId>struts2-showcase</artifactId>

archetypes/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.3.16.2-SNAPSHOT</version>
29+
<version>2.3.16.2</version>
3030
</parent>
3131
<groupId>org.apache.struts</groupId>
3232
<artifactId>struts2-archetypes</artifactId>

archetypes/struts2-archetype-angularjs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<parent>
33
<groupId>org.apache.struts</groupId>
44
<artifactId>struts2-archetypes</artifactId>
5-
<version>2.3.16.2-SNAPSHOT</version>
5+
<version>2.3.16.2</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>struts2-archetype-angularjs</artifactId>
10-
<version>2.3.16.2-SNAPSHOT</version>
10+
<version>2.3.16.2</version>
1111
<packaging>jar</packaging>
1212
<name>Struts 2 Archetypes - Angular JS</name>
1313

archetypes/struts2-archetype-blank/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.apache.struts</groupId>
55
<artifactId>struts2-archetypes</artifactId>
6-
<version>2.3.16.2-SNAPSHOT</version>
6+
<version>2.3.16.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>struts2-archetype-blank</artifactId>
11-
<version>2.3.16.2-SNAPSHOT</version>
11+
<version>2.3.16.2</version>
1212
<packaging>jar</packaging>
1313
<name>Struts 2 Archetypes - Blank</name>
1414

0 commit comments

Comments
 (0)