You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2013/11/08 19:16:55 UTC

git commit: [HELIX-291] Update master POM files to say current version is 0.7.0

Updated Branches:
  refs/heads/master 18a8c7cfc -> ba2521406


[HELIX-291] Update master POM files to say current version is 0.7.0


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

Branch: refs/heads/master
Commit: ba252140695edfc393c95dad98b633f6b27ebc76
Parents: 18a8c7c
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Thu Nov 7 10:08:12 2013 -0800
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Thu Nov 7 10:08:12 2013 -0800

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml                   | 2 +-
 helix-agent/pom.xml                          | 2 +-
 helix-core/pom.xml                           | 2 +-
 helix-examples/pom.xml                       | 2 +-
 pom.xml                                      | 2 +-
 recipes/distributed-lock-manager/pom.xml     | 2 +-
 recipes/pom.xml                              | 2 +-
 recipes/rabbitmq-consumer-group/pom.xml      | 2 +-
 recipes/rsync-replicated-file-system/pom.xml | 2 +-
 recipes/service-discovery/pom.xml            | 2 +-
 recipes/task-execution/pom.xml               | 2 +-
 recipes/user-defined-rebalancer/pom.xml      | 2 +-
 site-releases/0.6.1-incubating/pom.xml       | 2 +-
 site-releases/pom.xml                        | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 7791f92..4bda29f 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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 73dd5fc..e2d38d9 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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>helix-agent</artifactId>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 12d3c9f..24391c1 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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/helix-examples/pom.xml
----------------------------------------------------------------------
diff --git a/helix-examples/pom.xml b/helix-examples/pom.xml
index fca2d97..3a9b574 100644
--- a/helix-examples/pom.xml
+++ b/helix-examples/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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9abf7fc..16ded25 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.7.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 0b5d1e4..cb4fe7d 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/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.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index 3667650..574cff5 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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 111c3ca..7ff7be3 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/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 3e7e08b..304113b 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/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.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index e1c45e8..d9e2742 100644
--- a/recipes/service-discovery/pom.xml
+++ b/recipes/service-discovery/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.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>service-discovery</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 8f8683c..1ec08fd 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.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>task-execution</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/recipes/user-defined-rebalancer/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/user-defined-rebalancer/pom.xml b/recipes/user-defined-rebalancer/pom.xml
index ebd972c..8b99fb6 100644
--- a/recipes/user-defined-rebalancer/pom.xml
+++ b/recipes/user-defined-rebalancer/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.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>user-defined-rebalancer</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/site-releases/0.6.1-incubating/pom.xml
----------------------------------------------------------------------
diff --git a/site-releases/0.6.1-incubating/pom.xml b/site-releases/0.6.1-incubating/pom.xml
index 2b4f7f5..04ddc9f 100644
--- a/site-releases/0.6.1-incubating/pom.xml
+++ b/site-releases/0.6.1-incubating/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>site-releases</artifactId>
-    <version>0.6.2-incubating-SNAPSHOT</version>
+    <version>0.7.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>0.6.1-incubating-site</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ba252140/site-releases/pom.xml
----------------------------------------------------------------------
diff --git a/site-releases/pom.xml b/site-releases/pom.xml
index 13b86be..bb3417a 100644
--- a/site-releases/pom.xml
+++ b/site-releases/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.7.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>