You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/15 00:27:49 UTC

git commit: align project names

Updated Branches:
  refs/heads/master d22d5a3d4 -> 835b8fcb0


align project names


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

Branch: refs/heads/master
Commit: 835b8fcb0e3dd3dadba3b61e00f3602bdcfbf062
Parents: d22d5a3
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 15 00:27:39 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 15 00:27:39 2012 +0100

----------------------------------------------------------------------
 mockservice/pom.xml                          |    2 +-
 recipes/pom.xml                              |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml      |    2 +-
 recipes/rsync-replicated-file-system/pom.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/835b8fcb/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 05c8a23..f674a06 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <version>0.6-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>mockservice</artifactId>
-  <name>Helix :: Mockservice</name>
+  <name>Apache Helix :: Mockservice</name>
 
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/835b8fcb/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index f3ae36c..6d2c6e5 100644
--- a/recipes/pom.xml
+++ b/recipes/pom.xml
@@ -27,7 +27,7 @@ under the License.
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>
   <packaging>pom</packaging>
-  <name>Helix :: Recipes</name>
+  <name>Apache Helix :: Recipes</name>
 
   <modules>
     <module>rabbitmq-consumer-group</module>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/835b8fcb/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index ad04e62..404c8c4 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
   <artifactId>rabbitmq-consumer-group</artifactId>
   <packaging>jar</packaging>
-  <name>Helix :: Recipes :: Rabbitmq Consumer Group</name>
+  <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/835b8fcb/recipes/rsync-replicated-file-system/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml
index 78ac1de..af1e042 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -30,7 +30,7 @@ under the License.
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>Helix :: Recipes :: Rsync Replicated File Store</name>
+  <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>
     <dependency>