Skip to content

Commit ca4e07c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8fb9aba commit ca4e07c

File tree

39 files changed

+45
-45
lines changed

39 files changed

+45
-45
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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>struts2-rest-showcase</artifactId>
3131
<packaging>war</packaging>
32-
<version>6.7.4</version>
32+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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>6.7.4</version>
28+
<version>6.7.5-SNAPSHOT</version>
2929
</parent>
3030

3131
<artifactId>struts2-bom</artifactId>
32-
<version>6.7.4</version>
32+
<version>6.7.5-SNAPSHOT</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.7.4</struts-version.version>
47+
<struts-version.version>6.7.5-SNAPSHOT</struts-version.version>
4848
<maven.site.skip>true</maven.site.skip>
4949
<maven.site.deploy.skip>true</maven.site.deploy.skip>
5050
</properties>
@@ -190,7 +190,7 @@
190190
</dependencyManagement>
191191

192192
<scm>
193-
<tag>STRUTS_6_7_4</tag>
193+
<tag>STRUTS_6_7_0</tag>
194194
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection>
195195
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection>
196196
<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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</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.7.4</version>
27+
<version>6.7.5-SNAPSHOT</version>
2828
</parent>
2929

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

0 commit comments

Comments
 (0)