Updated Branches:
refs/heads/master e57569ad0 -> 875ed575a
[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/875ed575
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/875ed575
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/875ed575
Branch: refs/heads/master
Commit: 875ed575ae1d1f76d230428a81791c12422511b9
Parents: e57569a
Author: zzhang <zzhang@apache.org>
Authored: Thu Nov 14 13:48:12 2013 -0800
Committer: zzhang <zzhang@apache.org>
Committed: Thu Nov 14 13:48: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 | 4 ++--
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 | 4 ++--
recipes/user-defined-rebalancer/pom.xml | 2 +-
site-releases/0.6.1-incubating/pom.xml | 2 +-
site-releases/pom.xml | 2 +-
14 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 4bd7bef..b4f38b5 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 762130b..3aca554 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>helix-agent</artifactId>
<packaging>bundle</packaging>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 07b42c7..6f2aeb9 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/helix-examples/pom.xml
----------------------------------------------------------------------
diff --git a/helix-examples/pom.xml b/helix-examples/pom.xml
index f1ac3c6..c3b319c 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 236439e..292ec3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.helix</groupId>
<artifactId>helix</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Helix</name>
@@ -276,7 +276,7 @@ under the License.
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary</url>
- <tag>helix-0.7.0-incubating</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index e676ac7..f9f6385 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributed-lock-manager</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index ac98a08..70dd2bd 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.7.0-incubating</version>
+ <version>0.7.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/875ed575/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index ded3b67..a70947d 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>rabbitmq-consumer-group</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/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 4926489..7d27f1f 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>rsync-replicated-file-system</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index ccdfb0e..a876614 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>service-discovery</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index cace962..27464c9 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>task-execution</artifactId>
@@ -39,7 +39,7 @@ under the License.
<dependency>
<groupId>org.apache.helix</groupId>
<artifactId>helix-core</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/recipes/user-defined-rebalancer/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/user-defined-rebalancer/pom.xml b/recipes/user-defined-rebalancer/pom.xml
index aeb6b82..8eba035 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>user-defined-rebalancer</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/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 d515cab..7efc019 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>0.6.1-incubating-site</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/875ed575/site-releases/pom.xml
----------------------------------------------------------------------
diff --git a/site-releases/pom.xml b/site-releases/pom.xml
index 9cf419c..a30b305 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.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
|