Skip to content

Commit 1d95543

Browse files
committed
[maven-release-plugin] prepare release STRUTS_7_0_0
1 parent 2ca4423 commit 1d95543

File tree

27 files changed

+33
-33
lines changed

27 files changed

+33
-33
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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929
<artifactId>struts2-apps</artifactId>
3030
<packaging>pom</packaging>

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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-rest-showcase</artifactId>
3131
<packaging>war</packaging>
32-
<version>7.0.0-M11-SNAPSHOT</version>
32+
<version>7.0.0</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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-assembly</artifactId>

bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
<parent>
2626
<groupId>org.apache.struts</groupId>
2727
<artifactId>struts2-parent</artifactId>
28-
<version>7.0.0-M11-SNAPSHOT</version>
28+
<version>7.0.0</version>
2929
</parent>
3030

3131
<artifactId>struts2-bom</artifactId>
32-
<version>7.0.0-M11-SNAPSHOT</version>
32+
<version>7.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Struts 2 Bill of Materials</name>
@@ -44,7 +44,7 @@
4444
</licenses>
4545

4646
<properties>
47-
<struts-version.version>7.0.0-M11-SNAPSHOT</struts-version.version>
47+
<struts-version.version>7.0.0</struts-version.version>
4848
<maven.site.skip>true</maven.site.skip>
4949
<maven.site.deploy.skip>true</maven.site.deploy.skip>
5050
</properties>
@@ -160,7 +160,7 @@
160160
</dependencyManagement>
161161

162162
<scm>
163-
<tag>HEAD</tag>
163+
<tag>STRUTS_7_0_0</tag>
164164
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
165165
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
166166
<url>https://github.com/apache/struts/</url>

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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929
<artifactId>struts2-core</artifactId>
3030
<packaging>jar</packaging>

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.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929
<artifactId>struts2-jakarta</artifactId>
3030
<packaging>pom</packaging>

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

plugins/async/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>7.0.0-M11-SNAPSHOT</version>
27+
<version>7.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-async-plugin</artifactId>

0 commit comments

Comments
 (0)