Repository: bookkeeper
Updated Branches:
  refs/heads/master c94bbbacd -> c72ff5efb


BOOKKEEPER-1042: Deploy SNAPSHOTS of master to public Apache Repository

Make all pom.xml files have a -SNAPSHOT version.

Currently we have the 'compats' subprojects which have a strange versioning 
scheme.
Actual versioning scheme for that poms will clash will other versions of the 
project, because they are fixed and do not depend on the common parent pom.

Changing the version will make the build more reproducible and it is a 
prerequisite for the deployment of -SNAPSHOT version to the official Apache 
Snapshots Repository

Author: Enrico Olivelli <[email protected]>

Reviewers: Matteo Merli <[email protected]>, Sijie Guo <[email protected]>

Closes #134 from eolivelli/BOOKKEEPER-1042-pom-for-snapshots


Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/c72ff5ef
Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/c72ff5ef
Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/c72ff5ef

Branch: refs/heads/master
Commit: c72ff5efbfaa21cbc95c21f89692190aa52a5a29
Parents: c94bbba
Author: Enrico Olivelli <[email protected]>
Authored: Mon May 1 21:55:22 2017 +0200
Committer: Enrico Olivelli <[email protected]>
Committed: Mon May 1 21:55:22 2017 +0200

----------------------------------------------------------------------
 bookkeeper-server/pom.xml                          | 6 +++---
 compat-deps/bookkeeper-server-compat-4.0.0/pom.xml | 1 -
 compat-deps/bookkeeper-server-compat-4.1.0/pom.xml | 1 -
 compat-deps/bookkeeper-server-compat-4.2.0/pom.xml | 1 -
 4 files changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c72ff5ef/bookkeeper-server/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index cc13e59..ecd84e2 100644
--- a/bookkeeper-server/pom.xml
+++ b/bookkeeper-server/pom.xml
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>org.apache.bookkeeper</groupId>
       <artifactId>bookkeeper-server-compat400</artifactId>
-      <version>4.0.0</version>
+      <version>${project.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -163,7 +163,7 @@
     <dependency>
       <groupId>org.apache.bookkeeper</groupId>
       <artifactId>bookkeeper-server-compat410</artifactId>
-      <version>4.1.0</version>
+      <version>${project.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -175,7 +175,7 @@
     <dependency>
       <groupId>org.apache.bookkeeper</groupId>
       <artifactId>bookkeeper-server-compat420</artifactId>
-      <version>4.2.0</version>
+      <version>${project.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c72ff5ef/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
index 3530174..82356f0 100644
--- a/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.0.0/pom.xml
@@ -25,7 +25,6 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat400</artifactId>
-  <version>4.0.0</version>
   <name>bookkeeper-server-compat400</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c72ff5ef/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
index 9b716e4..72b3f51 100644
--- a/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.1.0/pom.xml
@@ -25,7 +25,6 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat410</artifactId>
-  <version>4.1.0</version>
   <name>bookkeeper-server-compat410</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/c72ff5ef/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml 
b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
index 729d68b..5e761ff 100644
--- a/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
+++ b/compat-deps/bookkeeper-server-compat-4.2.0/pom.xml
@@ -25,7 +25,6 @@
   </parent>
   <groupId>org.apache.bookkeeper</groupId>
   <artifactId>bookkeeper-server-compat420</artifactId>
-  <version>4.2.0</version>
   <name>bookkeeper-server-compat420</name>
   <url>http://maven.apache.org</url>
   <properties>

Reply via email to