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/10/25 09:26:50 UTC

[1/2] git commit: version is now 0.6-SNAPSHOT-incubating

Updated Branches:
  refs/heads/master 384dff7f5 -> cb165b552


version is now 0.6-SNAPSHOT-incubating


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

Branch: refs/heads/master
Commit: cb165b552ae47334352891905bccb2ad6c550455
Parents: d2a361d
Author: olivier lamy <ol...@apache.org>
Authored: Thu Oct 25 09:26:44 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Oct 25 09:26:44 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml              |    2 +-
 helix-core/pom.xml                      |    2 +-
 mockservice/pom.xml                     |    2 +-
 pom.xml                                 |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/cb165b55/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 943b451..356d84f 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.1-SNAPSHOT-incubating</version>
+    <version>0.6-SNAPSHOT-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/cb165b55/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index a587708..e402fca 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.1-SNAPSHOT-incubating</version>
+    <version>0.6-SNAPSHOT-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/cb165b55/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 675686d..908dd67 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.1-SNAPSHOT-incubating</version>
+    <version>0.6-SNAPSHOT-incubating</version>
   </parent>
   <artifactId>mockservice</artifactId>
   <name>Helix :: Mockservice</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/cb165b55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7f14d8..982225f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.1-SNAPSHOT-incubating</version>
+  <version>0.6-SNAPSHOT-incubating</version>
   <packaging>pom</packaging>
   <name>Helix</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/cb165b55/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 94708c5..f89cbc4 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -6,7 +6,7 @@
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>rabbitmq-consumer-group</name>
-  <url>http://maven.apache.org</url>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.1-SNAPSHOT-incubating</version>
+      <version>0.6-SNAPSHOT-incubating</version>
       <scope>system</scope>
       <systemPath>${PWD}/lib/helix-core-0.1-SNAPSHOT-incubating.jar</systemPath>
     </dependency>