[maven-release-plugin] prepare for next development iteration
diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index d5a66ae..ea212ef 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.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <artifactId>archetype-common</artifactId>

diff --git a/archetype-models/archetype-catalog/pom.xml b/archetype-models/archetype-catalog/pom.xml
index 924883d..03dd947 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.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <artifactId>archetype-catalog</artifactId>

diff --git a/archetype-models/archetype-descriptor/pom.xml b/archetype-models/archetype-descriptor/pom.xml
index 4f5a3f3..9f70a83 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.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <artifactId>archetype-descriptor</artifactId>

diff --git a/archetype-models/pom.xml b/archetype-models/pom.xml
index 301005b..031c991 100644
--- a/archetype-models/pom.xml
+++ b/archetype-models/pom.xml
@@ -15,7 +15,7 @@
   <parent>

     <groupId>org.apache.maven.archetype</groupId>

     <artifactId>maven-archetype</artifactId>

-    <version>3.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <artifactId>archetype-models</artifactId>

diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml
index 7b9742e..2fe9081 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.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <artifactId>archetype-packaging</artifactId>

diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 468ccae..b3eff3c 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.1.2</version>

+    <version>3.1.3-SNAPSHOT</version>

   </parent>

 

   <!--

diff --git a/pom.xml b/pom.xml
index 30e6844..91f7f2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 

   <groupId>org.apache.maven.archetype</groupId>

   <artifactId>maven-archetype</artifactId>

-  <version>3.1.2</version>

+  <version>3.1.3-SNAPSHOT</version>

   <packaging>pom</packaging>

 

   <name>Maven Archetype</name>

@@ -53,7 +53,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.1.2</tag>

+    <tag>master</tag>

   </scm>

   <issueManagement>

     <system>jira</system>