You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/22 20:31:12 UTC

[maven-archetype] branch master updated (2caea66 -> 63e1796)

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

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


    from 2caea66  [ARCHETYPE-569] Update to latest version of plexus utils
     add 5e451e9  [maven-release-plugin] prepare release maven-archetype-3.1.2
     new 63e1796  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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                | 630 +++++++++++++-------------
 pom.xml                                       |   2 +-
 7 files changed, 321 insertions(+), 321 deletions(-)


[maven-archetype] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 63e1796ff17eb4a79bc4f2f5808ec69f38bd3f43
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Aug 19 20:58:18 2019 +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                                       | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

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>