You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/05/25 06:51:08 UTC

[struts-archetypes] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new f7e405d  [maven-release-plugin] prepare for next development iteration
f7e405d is described below

commit f7e405d771a29d8837533c3a9cc305e510c1df73
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon May 25 08:51:03 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                              | 4 ++--
 struts2-archetype-angularjs/pom.xml  | 2 +-
 struts2-archetype-blank/pom.xml      | 2 +-
 struts2-archetype-convention/pom.xml | 2 +-
 struts2-archetype-dbportlet/pom.xml  | 2 +-
 struts2-archetype-plugin/pom.xml     | 2 +-
 struts2-archetype-portlet/pom.xml    | 2 +-
 struts2-archetype-starter/pom.xml    | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index be7cc25..f204b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>struts-archetypes</artifactId>
-    <version>2.5.22</version>
+    <version>2.5.23-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts 2 Maven Archetypes</name>
     <description>Collection of Apache Struts Maven Archetypes</description>
@@ -37,7 +37,7 @@
         <connection>scm:git:https://gitbox.apache.org/struts-archetypes.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-archetypes.git</developerConnection>
         <url>https://github.com/apache/struts-archetypes.git</url>
-        <tag>STRUTS_ARCHETYPES_2_5_22</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
diff --git a/struts2-archetype-angularjs/pom.xml b/struts2-archetype-angularjs/pom.xml
index 0afe08a..3ba00b3 100644
--- a/struts2-archetype-angularjs/pom.xml
+++ b/struts2-archetype-angularjs/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index 4e1175f..aaad329 100644
--- a/struts2-archetype-blank/pom.xml
+++ b/struts2-archetype-blank/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-convention/pom.xml b/struts2-archetype-convention/pom.xml
index 686f148..64b3910 100644
--- a/struts2-archetype-convention/pom.xml
+++ b/struts2-archetype-convention/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-dbportlet/pom.xml b/struts2-archetype-dbportlet/pom.xml
index e9e86e2..c33f8cf 100644
--- a/struts2-archetype-dbportlet/pom.xml
+++ b/struts2-archetype-dbportlet/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-plugin/pom.xml b/struts2-archetype-plugin/pom.xml
index 4dfcd7e..e73af7f 100644
--- a/struts2-archetype-plugin/pom.xml
+++ b/struts2-archetype-plugin/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index 14ca5c6..8da8a94 100644
--- a/struts2-archetype-portlet/pom.xml
+++ b/struts2-archetype-portlet/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-starter/pom.xml b/struts2-archetype-starter/pom.xml
index da9c518..af57c75 100644
--- a/struts2-archetype-starter/pom.xml
+++ b/struts2-archetype-starter/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.22</version>
+        <version>2.5.23-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>