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 2013/05/04 15:03:23 UTC

[1/2] git commit: back to 0.6.1-SNAPSHOT

Updated Branches:
  refs/heads/master 27da4a104 -> 163935d30


back to 0.6.1-SNAPSHOT


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

Branch: refs/heads/master
Commit: 87d38b718ee9f82f8c42183606d0671d8ffb5af7
Parents: 27da4a1
Author: Olivier Lamy <ol...@apache.org>
Authored: Sat May 4 23:01:50 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat May 4 23:01:50 2013 +1000

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml                   |    2 +-
 helix-agent/pom.xml                          |    2 +-
 helix-core/pom.xml                           |    2 +-
 mockservice/pom.xml                          |    2 +-
 pom.xml                                      |    2 +-
 recipes/distributed-lock-manager/pom.xml     |    4 ++--
 recipes/pom.xml                              |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml      |    4 ++--
 recipes/rsync-replicated-file-system/pom.xml |    4 ++--
 recipes/service-discovery/pom.xml            |    4 ++--
 recipes/task-execution/pom.xml               |    4 ++--
 11 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 0b07881..26553f9 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.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 441225f..cf5112d 100644
--- a/helix-agent/pom.xml
+++ b/helix-agent/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>helix-agent</artifactId>
   <name>Apache Helix :: HelixAgent</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index bb8ed90..7f06987 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.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index fefed91..cf691c9 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.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>mockservice</artifactId>
   <name>Apache Helix :: Mockservice</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02786ca..0c14f3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.6.2-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index cb12a49..700c633 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/pom.xml
@@ -23,12 +23,12 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: distributed lock manager</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index d0a93b1..a00f9c3 100644
--- a/recipes/pom.xml
+++ b/recipes/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 8066188..ae950a3 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -24,12 +24,12 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/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 bf1120d..75ebc2a 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -23,12 +23,12 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index 3f3fa77..f54f684 100644
--- a/recipes/service-discovery/pom.xml
+++ b/recipes/service-discovery/pom.xml
@@ -23,12 +23,12 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>service-discovery</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.2-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: service discovery</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/87d38b71/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 2f805bc..a4b454f 100644
--- a/recipes/task-execution/pom.xml
+++ b/recipes/task-execution/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>task-execution</artifactId>
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6.2-incubating-SNAPSHOT</version>
+      <version>0.6.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>


[2/2] git commit: version inherited from parent

Posted by ol...@apache.org.
version inherited from parent


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

Branch: refs/heads/master
Commit: 163935d3076da98a9d31d407ff59b7df6d482754
Parents: 87d38b7
Author: Olivier Lamy <ol...@apache.org>
Authored: Sat May 4 23:03:13 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat May 4 23:03:13 2013 +1000

----------------------------------------------------------------------
 recipes/distributed-lock-manager/pom.xml     |    1 -
 recipes/rabbitmq-consumer-group/pom.xml      |    1 -
 recipes/rsync-replicated-file-system/pom.xml |    1 -
 recipes/service-discovery/pom.xml            |    1 -
 recipes/task-execution/pom.xml               |    1 -
 5 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/163935d3/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 700c633..6efefc1 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/pom.xml
@@ -28,7 +28,6 @@ under the License.
 
   <artifactId>distributed-lock-manager</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: distributed lock manager</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/163935d3/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index ae950a3..901e684 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -29,7 +29,6 @@ under the License.
 
   <artifactId>rabbitmq-consumer-group</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/163935d3/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 75ebc2a..b8051e3 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -28,7 +28,6 @@ under the License.
 
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/163935d3/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index f54f684..cb04c9d 100644
--- a/recipes/service-discovery/pom.xml
+++ b/recipes/service-discovery/pom.xml
@@ -28,7 +28,6 @@ under the License.
 
   <artifactId>service-discovery</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: service discovery</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/163935d3/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index a4b454f..2d77c29 100644
--- a/recipes/task-execution/pom.xml
+++ b/recipes/task-execution/pom.xml
@@ -40,7 +40,6 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>