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/06/04 06:44:41 UTC

[struts-archetypes] branch master updated: [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_22

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 d3849a1  [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_22
d3849a1 is described below

commit d3849a1e9e432a33b63fc06900ec55842e5d9fb7
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Jun 4 08:44:36 2020 +0200

    [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_22
---
 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 84bfa39..be7cc25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>struts-archetypes</artifactId>
-    <version>2.5.22-SNAPSHOT</version>
+    <version>2.5.22</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>HEAD</tag>
+        <tag>STRUTS_ARCHETYPES_2_5_22</tag>
     </scm>
 
     <issueManagement>
diff --git a/struts2-archetype-angularjs/pom.xml b/struts2-archetype-angularjs/pom.xml
index 1ec9660..0afe08a 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index bd8fa9d..4e1175f 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-convention/pom.xml b/struts2-archetype-convention/pom.xml
index e0a7777..686f148 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-dbportlet/pom.xml b/struts2-archetype-dbportlet/pom.xml
index 0bd38db..e9e86e2 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-plugin/pom.xml b/struts2-archetype-plugin/pom.xml
index 7f2f750..4dfcd7e 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index 6b5da6e..14ca5c6 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-starter/pom.xml b/struts2-archetype-starter/pom.xml
index 55bc8ac..da9c518 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-SNAPSHOT</version>
+        <version>2.5.22</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>