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 2019/09/29 18:39:48 UTC

[maven-parent] 01/02: prepare maven parent version for Reproducible Builds

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

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

commit 9ffbea49aba1509630d47976f7eb3d330a2128ab
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Sep 21 18:16:57 2019 +0200

    prepare maven parent version for Reproducible Builds
---
 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 cb4aa0d..d25ebcf 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>34-SNAPSHOT</version>
+    <version>34.RB-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 145cd95..cd1d8ea 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>34-SNAPSHOT</version>
+    <version>34.RB-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index b224c86..36db738 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>34-SNAPSHOT</version>
+    <version>34.RB-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index d96a5a5..9f66eca 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>34-SNAPSHOT</version>
+    <version>34.RB-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 1ec4d66..f3414f3 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>34-SNAPSHOT</version>
+    <version>34.RB-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index ca1e7f3..41cefa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -32,7 +32,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>34-SNAPSHOT</version>
+  <version>34.RB-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>