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

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


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

commit 79229656103cde14852c5f92b527569785874690
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Aug 20 23:38:47 2024 +0200

    [maven-release-plugin] prepare for next development iteration
---
 maven-archetype-archetype/pom.xml   | 2 +-
 maven-archetype-j2ee-simple/pom.xml | 2 +-
 maven-archetype-plugin-site/pom.xml | 2 +-
 maven-archetype-plugin/pom.xml      | 2 +-
 maven-archetype-portlet/pom.xml     | 2 +-
 maven-archetype-quickstart/pom.xml  | 2 +-
 maven-archetype-simple/pom.xml      | 2 +-
 maven-archetype-site-simple/pom.xml | 2 +-
 maven-archetype-site-skin/pom.xml   | 2 +-
 maven-archetype-site/pom.xml        | 2 +-
 maven-archetype-webapp/pom.xml      | 2 +-
 pom.xml                             | 6 +++---
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/maven-archetype-archetype/pom.xml 
b/maven-archetype-archetype/pom.xml
index 5375694..0855f53 100644
--- a/maven-archetype-archetype/pom.xml
+++ b/maven-archetype-archetype/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-archetype</artifactId>
diff --git a/maven-archetype-j2ee-simple/pom.xml 
b/maven-archetype-j2ee-simple/pom.xml
index 11e6a53..ef10e37 100644
--- a/maven-archetype-j2ee-simple/pom.xml
+++ b/maven-archetype-j2ee-simple/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-j2ee-simple</artifactId>
diff --git a/maven-archetype-plugin-site/pom.xml 
b/maven-archetype-plugin-site/pom.xml
index b903e2c..56d06e9 100644
--- a/maven-archetype-plugin-site/pom.xml
+++ b/maven-archetype-plugin-site/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-plugin-site</artifactId>
diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index d4abfe9..18cd971 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-plugin</artifactId>
diff --git a/maven-archetype-portlet/pom.xml b/maven-archetype-portlet/pom.xml
index a51d730..38a427f 100644
--- a/maven-archetype-portlet/pom.xml
+++ b/maven-archetype-portlet/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-portlet</artifactId>
diff --git a/maven-archetype-quickstart/pom.xml 
b/maven-archetype-quickstart/pom.xml
index 1971cf2..47afaa0 100644
--- a/maven-archetype-quickstart/pom.xml
+++ b/maven-archetype-quickstart/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-quickstart</artifactId>
diff --git a/maven-archetype-simple/pom.xml b/maven-archetype-simple/pom.xml
index c7b3960..1f8fc90 100644
--- a/maven-archetype-simple/pom.xml
+++ b/maven-archetype-simple/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-simple</artifactId>
diff --git a/maven-archetype-site-simple/pom.xml 
b/maven-archetype-site-simple/pom.xml
index 0cc3a21..70237ed 100644
--- a/maven-archetype-site-simple/pom.xml
+++ b/maven-archetype-site-simple/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-site-simple</artifactId>
diff --git a/maven-archetype-site-skin/pom.xml 
b/maven-archetype-site-skin/pom.xml
index 780a2ec..1216414 100644
--- a/maven-archetype-site-skin/pom.xml
+++ b/maven-archetype-site-skin/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-site-skin</artifactId>
diff --git a/maven-archetype-site/pom.xml b/maven-archetype-site/pom.xml
index b41bfb9..0aaf968 100644
--- a/maven-archetype-site/pom.xml
+++ b/maven-archetype-site/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-site</artifactId>
diff --git a/maven-archetype-webapp/pom.xml b/maven-archetype-webapp/pom.xml
index 1746adf..1b141fb 100644
--- a/maven-archetype-webapp/pom.xml
+++ b/maven-archetype-webapp/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.archetypes</groupId>
     <artifactId>maven-archetype-bundles</artifactId>
-    <version>1.5</version>
+    <version>1.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-archetype-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index cb5c3e9..cd05221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.archetypes</groupId>
   <artifactId>maven-archetype-bundles</artifactId>
-  <version>1.5</version>
+  <version>1.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Archetypes</name>
@@ -54,7 +54,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archetypes.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archetypes.git</developerConnection>
-    <tag>maven-archetype-bundles-1.5</tag>
+    <tag>master</tag>
     
<url>https://github.com/apache/maven-archetypes/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -79,7 +79,7 @@ under the License.
 
     <maven.site.path>archetypes-archives/archetypes-LATEST</maven.site.path>
     <rat.skip>true</rat.skip>
-    
<project.build.outputTimestamp>2024-08-20T21:38:05Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-08-20T21:38:47Z</project.build.outputTimestamp>
   </properties>
 
   <repositories>

Reply via email to