8000 [maven-release-plugin] prepare release STRUTS_2_5_10_1 · devbyt/framework-java-struts@376a891 · GitHub
[go: up one dir, main page]

Skip to content

Commit 376a891

Browse files
committed
[maven-release-plugin] prepare release STRUTS_2_5_10_1
1 parent b5a5bbb commit 376a891

File tree

35 files changed

+39
-39
lines changed

35 files changed

+39
-39
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.10.1-SNAPSHOT</version>
29+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
29+
<version>2.5.10.1</version>
3030
</parent>
3131

3232
<artifactId>struts2-rest-showcase</artifactId>
3333
<packaging>war</packaging>
34-
<version>2.5.10.1-SNAPSHOT</version>
34+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
29+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
6+
<version>2.5.10.1</version>
77
</parent>
88

99
<artifactId>struts2-assembly</artifactId>

bom/pom.xml

Lines changed: 3 additions & 3 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.10.1-SNAPSHOT</version>
13+
<version>2.5.10.1</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.10.1-SNAPSHOT</struts-version.version>
28+
<struts-version.version>2.5.10.1</struts-version.version>
2929
</properties>
3030

3131
<build>
@@ -172,6 +172,6 @@
172172
</dependencyManagement>
173173

174174
<scm>
175-
<tag>STRUTS_2_5_10</tag>
175+
<tag>STRUTS_2_5_10_1</tag>
176176
</scm>
177177
</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.10.1-SNAPSHOT</version>
7+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
7+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
29+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
29+
<version>2.5.10.1</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.10.1-SNAPSHOT</version>
27+
<version>2.5.10.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

0 commit comments

Comments
 (0)
0