Repository: incubator-ratis
Updated Branches:
  refs/heads/master 13fdb9ee6 -> ec615f3ac


RATIS-80. Add "Apache" to maven project.name.


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

Branch: refs/heads/master
Commit: ec615f3ac0d8d953adbabc6bc5e020fcf58a9f38
Parents: 13fdb9e
Author: Tsz-Wo Nicholas Sze <[email protected]>
Authored: Thu Apr 27 12:47:42 2017 -0700
Committer: Tsz-Wo Nicholas Sze <[email protected]>
Committed: Thu Apr 27 12:47:42 2017 -0700

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 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, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2cc2118..77bb8ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <artifactId>ratis</artifactId>
   <groupId>org.apache.ratis</groupId>
   <version>0.1-SNAPSHOT</version>
-  <name>Ratis</name>
+  <name>Apache Ratis</name>
   <packaging>pom</packaging>
   <description>
     Apache Ratis is an open source java implementation for RAFT consensus 
protocol

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
index d916384..f026239 100644
--- a/ratis-assembly/pom.xml
+++ b/ratis-assembly/pom.xml
@@ -22,7 +22,7 @@
 
   <artifactId>ratis-assembly</artifactId>
   <groupId>org.apache.ratis</groupId>
-  <name>Ratis Project Assembly</name>
+  <name>Apache Ratis Project Assembly</name>
 
   <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-client/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
index 7b673d1..b15aca3 100644
--- a/ratis-client/pom.xml
+++ b/ratis-client/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-client</artifactId>
-  <name>Ratis Client</name>
+  <name>Apache Ratis Client</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-common/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
index c9cd07c..446a109 100644
--- a/ratis-common/pom.xml
+++ b/ratis-common/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-common</artifactId>
-  <name>Ratis Common</name>
+  <name>Apache Ratis Common</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-examples/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 17fb8d5..2b3491f 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-examples</artifactId>
-  <name>Ratis Examples</name>
+  <name>Apache Ratis Examples</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-grpc/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml
index 437650e..c416c78 100644
--- a/ratis-grpc/pom.xml
+++ b/ratis-grpc/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-grpc</artifactId>
-  <name>Ratis gRPC Support</name>
+  <name>Apache Ratis gRPC Support</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-hadoop-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop-shaded/pom.xml b/ratis-hadoop-shaded/pom.xml
index 9b4936b..bedadb8 100644
--- a/ratis-hadoop-shaded/pom.xml
+++ b/ratis-hadoop-shaded/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-hadoop-shaded</artifactId>
-  <name>Ratis Hadoop Shaded</name>
+  <name>Apache Ratis Hadoop Shaded</name>
 
   <properties>
     <maven.javadoc.skip>true</maven.javadoc.skip>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index 308e092..0ce22d2 100644
--- a/ratis-hadoop/pom.xml
+++ b/ratis-hadoop/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-hadoop</artifactId>
-  <name>Ratis Hadoop Support</name>
+  <name>Apache Ratis Hadoop Support</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-netty/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml
index ccc2385..6b0c93a 100644
--- a/ratis-netty/pom.xml
+++ b/ratis-netty/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-netty</artifactId>
-  <name>Ratis Netty Support</name>
+  <name>Apache Ratis Netty Support</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-proto-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml
index ef69cf8..343c433 100644
--- a/ratis-proto-shaded/pom.xml
+++ b/ratis-proto-shaded/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-proto-shaded</artifactId>
-  <name>Ratis Proto Shaded</name>
+  <name>Apache Ratis Proto Shaded</name>
 
   <properties>
     <maven.javadoc.skip>true</maven.javadoc.skip>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-replicated-map/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index 992218b..0cce7b5 100644
--- a/ratis-replicated-map/pom.xml
+++ b/ratis-replicated-map/pom.xml
@@ -23,7 +23,7 @@
   </parent>
 
   <artifactId>ratis-replicated-map</artifactId>
-  <name>Ratis Replicated Map</name>
+  <name>Apache Ratis Replicated Map</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ec615f3a/ratis-server/pom.xml
----------------------------------------------------------------------
diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml
index fa6a5f5..8134c93 100644
--- a/ratis-server/pom.xml
+++ b/ratis-server/pom.xml
@@ -21,7 +21,7 @@
   </parent>
 
   <artifactId>ratis-server</artifactId>
-  <name>Ratis Server</name>
+  <name>Apache Ratis Server</name>
 
   <dependencies>
     <dependency>

Reply via email to