Skip to content

Commit 08a5edd

Browse files
committed
[maven-release-plugin] prepare release STRUTS_7_1_1
1 parent b9590fe commit 08a5edd

File tree

29 files changed

+32
-32
lines changed

29 files changed

+32
-32
lines changed

apps/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-parent</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
<relativePath>../parent/pom.xml</relativePath>
2929
</parent>
3030
<artifactId>struts2-apps</artifactId>

apps/rest-showcase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.apache.struts</groupId>
2626
<artifactId>struts2-apps</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
</parent>
2929

3030
<artifactId>struts2-rest-showcase</artifactId>
3131
<packaging>war</packaging>
32-
<version>7.1.1-SNAPSHOT</version>
32+
<version>7.1.1</version>
3333
<name>Struts 2 Rest Showcase Webapp</name>
3434
<description>Struts 2 Rest Showcase Example</description>
3535

apps/showcase/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-apps</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
</parent>
2929

3030
<artifactId>struts2-showcase</artifactId>

assembly/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-parent</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
<relativePath>../parent/pom.xml</relativePath>
2929
</parent>
3030

bom/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-project</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
</parent>
2929

3030
<artifactId>struts2-bom</artifactId>

core/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-parent</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
<relativePath>../parent/pom.xml</relativePath>
2929
</parent>
3030
<artifactId>struts2-core</artifactId>

jakarta/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-parent</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
<relativePath>../parent/pom.xml</relativePath>
2929
</parent>
3030
<artifactId>struts2-jakarta</artifactId>

jakarta/velocity-tools-jsp-jakarta/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-jakarta</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
</parent>
2929
<artifactId>struts2-velocity-tools-jsp-jakarta</artifactId>
3030
<packaging>jar</packaging>

jakarta/velocity-tools-view-jakarta/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-jakarta</artifactId>
27-
<version>7.1.1-SNAPSHOT</version>
27+
<version>7.1.1</version>
2828
</parent>
2929
<artifactId>struts2-velocity-tools-view-jakarta</artifactId>
3030
<packaging>jar</packaging>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.struts</groupId>
2727
<artifactId>struts2-bom</artifactId>
28-
<version>7.1.1-SNAPSHOT</version>
28+
<version>7.1.1</version>
2929
<relativePath>../bom/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)