Skip to content

Commit 68fb49c

Browse files
committed
[maven-release-plugin] prepare release STRUTS_6_0_0
1 parent 77c175c commit 68fb49c

File tree

37 files changed

+42
-42
lines changed

37 files changed

+42
-42
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>6.0.0-SNAPSHOT</version>
27+
<version>6.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>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929

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

3030
<artifactId>struts2-assembly</artifactId>

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030

3131
<artifactId>struts2-bom</artifactId>
32-
<version>6.0.0-SNAPSHOT</version>
32+
<version>6.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>6.0.0-SNAPSHOT</struts-version.version>
47+
<struts-version.version>6.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>
@@ -175,7 +175,7 @@
175175
</dependencyManagement>
176176

177177
<scm>
178-
<tag>HEAD</tag>
178+
<tag>STRUTS_6_0_0</tag>
179179
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
180180
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
181181
<url>https://github.com/apache/struts/</url>

bundles/admin/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-osgi-bundles</artifactId>
27-
<version>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-osgi-admin-bundle</artifactId>

bundles/demo/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-osgi-bundles</artifactId>
27-
<version>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-osgi-demo-bundle</artifactId>

bundles/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>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929

3030
<artifactId>struts2-osgi-bundles</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>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929
<artifactId>struts2-core</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>6.0.0-SNAPSHOT</version>
27+
<version>6.0.0</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)