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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


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

commit cb22c1c35b5729512285fd6e8966c81f081ec72b
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Mon Jul 13 23:44:31 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 archetype-common/pom.xml                      | 2 +-
 archetype-models/archetype-catalog/pom.xml    | 2 +-
 archetype-models/archetype-descriptor/pom.xml | 2 +-
 archetype-models/pom.xml                      | 2 +-
 archetype-packaging/pom.xml                   | 2 +-
 maven-archetype-plugin/pom.xml                | 2 +-
 pom.xml                                       | 6 +++---
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 0743131..073c42d 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetype-common</artifactId>
diff --git a/archetype-models/archetype-catalog/pom.xml 
b/archetype-models/archetype-catalog/pom.xml
index 2ef1e73..09376f3 100644
--- a/archetype-models/archetype-catalog/pom.xml
+++ b/archetype-models/archetype-catalog/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>archetype-models</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetype-catalog</artifactId>
diff --git a/archetype-models/archetype-descriptor/pom.xml 
b/archetype-models/archetype-descriptor/pom.xml
index c37bd91..571b263 100644
--- a/archetype-models/archetype-descriptor/pom.xml
+++ b/archetype-models/archetype-descriptor/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>archetype-models</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetype-descriptor</artifactId>
diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml
index eef5072..2673186 100644
--- a/archetype-models/pom.xml
+++ b/archetype-models/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetype-models</artifactId>
diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml
index 15fe36f..e4e6c3b 100644
--- a/archetype-packaging/pom.xml
+++ b/archetype-packaging/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>archetype-packaging</artifactId>
diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 7cac82b..fd424c3 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>3.2.0</version>
+    <version>3.2.1-SNAPSHOT</version>
   </parent>
 
   <!--
diff --git a/pom.xml b/pom.xml
index 76cff0b..9d9efbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven.archetype</groupId>
   <artifactId>maven-archetype</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Archetype</name>
@@ -54,7 +54,7 @@
     <connection>${maven.archetype.scm.devConnection}</connection>
     
<developerConnection>${maven.archetype.scm.devConnection}</developerConnection>
     
<url>https://github.com/apache/maven-archetype/tree/${project.scm.tag}</url>
-    <tag>maven-archetype-3.2.0</tag>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -80,7 +80,7 @@
     <wagonVersion>3.3.3</wagonVersion>
     <surefire.version>2.21.0</surefire.version>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
-    
<project.build.outputTimestamp>2020-07-13T21:43:28Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2020-07-13T21:44:31Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to