Skip to content

Commit 925741a

Browse files
committed
[maven-release-plugin] prepare release STRUTS_2_3_24
1 parent 7063f5e commit 925741a

File tree

53 files changed

+60
-56
lines changed

Some content is hidden

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

53 files changed

+60
-56
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.24-SNAPSHOT</version>
29+
<version>2.3.24</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.24-SNAPSHOT</version>
29+
<version>2.3.24</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.24-SNAPSHOT</version>
29+
<version>2.3.24</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.24-SNAPSHOT</version>
29+
<version>2.3.24</version>
3030
</parent>
3131
<artifactId>struts2-apps</artifactId>
3232
<packaging>pom</packaging>

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

3232
<artifactId>struts2-rest-showcase</artifactId>
3333
<packaging>war</packaging>
34-
<version>2.3.24-SNAPSHOT</version>
34+
<version>2.3.24</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.3.24-SNAPSHOT</version>
29+
<version>2.3.24</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.24-SNAPSHOT</version>
29+
<version>2.3.24</version>
3030
</parent>
3131

3232
<artifactId>struts2-archetypes</artifactId>

archetypes/struts2-archetype-angularjs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.apache.struts</groupId>
44
<artifactId>struts2-archetypes</artifactId>
5-
<version>2.3.24-SNAPSHOT</version>
5+
<version>2.3.24</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

archetypes/struts2-archetype-blank/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-archetypes</artifactId>
6-
<version>2.3.24-SNAPSHOT</version>
6+
<version>2.3.24</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)