You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/09/08 17:06:51 UTC

[maven-parent] branch master updated: [maven-release-plugin] prepare for next development iteration

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-parent.git


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

commit 235434ab0957cee4c39d4f2d77f079bff57f860f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Sep 8 19:06:50 2018 +0200

    [maven-release-plugin] prepare for next development iteration
---
 apache-resource-bundles/pom.xml | 2 +-
 doxia-tools/pom.xml             | 2 +-
 maven-plugins/pom.xml           | 2 +-
 maven-shared-components/pom.xml | 2 +-
 maven-skins/pom.xml             | 2 +-
 pom.xml                         | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml
index 25313f3..cb4aa0d 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 35fc3cc..145cd95 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 4ee9539..b224c86 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 4d0c0a2..d96a5a5 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 583eb80..1ec4d66 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index b70190b..3c495b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>33</version>
+  <version>34-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -841,7 +841,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
-    <tag>maven-parent-33</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <ciManagement>