Repository: incubator-ratis
Updated Branches:
  refs/heads/master 81cefd8e1 -> 9bd8cbd6b


RATIS-68. Simplify parent entries in child pom. Contributed by Karl Heinz 
Marbaise.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/9bd8cbd6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/9bd8cbd6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/9bd8cbd6

Branch: refs/heads/master
Commit: 9bd8cbd6b4d7a6746ee967697d20bcf62a1afaa1
Parents: 81cefd8
Author: Jing Zhao <[email protected]>
Authored: Thu Apr 6 11:21:05 2017 -0700
Committer: Jing Zhao <[email protected]>
Committed: Thu Apr 6 11:21:05 2017 -0700

----------------------------------------------------------------------
 pom.xml                      | 3 +--
 ratis-assembly/pom.xml       | 2 --
 ratis-client/pom.xml         | 2 --
 ratis-common/pom.xml         | 2 --
 ratis-examples/pom.xml       | 2 --
 ratis-grpc/pom.xml           | 2 --
 ratis-hadoop-shaded/pom.xml  | 2 --
 ratis-hadoop/pom.xml         | 2 --
 ratis-netty/pom.xml          | 2 --
 ratis-proto-shaded/pom.xml   | 2 --
 ratis-replicated-map/pom.xml | 2 --
 ratis-server/pom.xml         | 2 --
 12 files changed, 1 insertion(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2659ad..3f671b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>18</version>
-    <relativePath />
-    <!-- no parent resolution -->
+    <relativePath /> <!-- resolve from repository -->
   </parent>
 
   <artifactId>ratis</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index 3b899df..75f6153 100644
--- a/ratis-assembly/pom.xml
+++ b/ratis-assembly/pom.xml
@@ -18,13 +18,11 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-assembly</artifactId>
   <groupId>org.apache.ratis</groupId>
   <name>Ratis Project Assembly</name>
-  <version>0.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-client/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
index 3df7eb8..7b673d1 100644
--- a/ratis-client/pom.xml
+++ b/ratis-client/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-client</artifactId>
   <name>Ratis Client</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-common/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
index 6204807..c9cd07c 100644
--- a/ratis-common/pom.xml
+++ b/ratis-common/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-common</artifactId>
   <name>Ratis Common</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 0e67d74..17fb8d5 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-examples</artifactId>
   <name>Ratis Examples</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml
index 1f044f7..437650e 100644
--- a/ratis-grpc/pom.xml
+++ b/ratis-grpc/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-grpc</artifactId>
   <name>Ratis gRPC Support</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-hadoop-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml
index 3c5f586..6292627 100644
--- a/ratis-hadoop-shaded/pom.xml
+++ b/ratis-hadoop-shaded/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-hadoop-shaded</artifactId>
   <name>Ratis Hadoop Shaded</name>
-  <version>0.1-SNAPSHOT</version>
 
   <properties>
     <maven.javadoc.skip>true</maven.javadoc.skip>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index 19cc95f..308e092 100644
--- a/ratis-hadoop/pom.xml
+++ b/ratis-hadoop/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-hadoop</artifactId>
   <name>Ratis Hadoop Support</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-netty/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml
index 52f6f0b..ccc2385 100644
--- a/ratis-netty/pom.xml
+++ b/ratis-netty/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-netty</artifactId>
   <name>Ratis Netty Support</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-proto-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml
index 9520080..28f1bb0 100644
--- a/ratis-proto-shaded/pom.xml
+++ b/ratis-proto-shaded/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-proto-shaded</artifactId>
   <name>Ratis Proto Shaded</name>
-  <version>0.1-SNAPSHOT</version>
 
   <properties>
     <maven.javadoc.skip>true</maven.javadoc.skip>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-replicated-map/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index cd22490..992218b 100644
--- a/ratis-replicated-map/pom.xml
+++ b/ratis-replicated-map/pom.xml
@@ -20,12 +20,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-replicated-map</artifactId>
   <name>Ratis Replicated Map</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/9bd8cbd6/ratis-server/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml
index f948c42..fa6a5f5 100644
--- a/ratis-server/pom.xml
+++ b/ratis-server/pom.xml
@@ -18,12 +18,10 @@
     <artifactId>ratis</artifactId>
     <groupId>org.apache.ratis</groupId>
     <version>0.1-SNAPSHOT</version>
-    <relativePath>..</relativePath>
   </parent>
 
   <artifactId>ratis-server</artifactId>
   <name>Ratis Server</name>
-  <version>0.1-SNAPSHOT</version>
 
   <dependencies>
     <dependency>

Reply via email to