[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/40317ecd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/40317ecd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/40317ecd
Branch: refs/heads/master
Commit: 40317ecd1945544953091e95c8e44330aa75626a
Parents: 355d169
Author: slu2011 <lushi04@gmail.com>
Authored: Tue May 7 21:47:23 2013 -0700
Committer: slu2011 <lushi04@gmail.com>
Committed: Tue May 7 21:47:23 2013 -0700
----------------------------------------------------------------------
helix-admin-webapp/pom.xml | 2 +-
helix-agent/pom.xml | 2 +-
helix-core/pom.xml | 2 +-
mockservice/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 ++--
11 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index d67f817..0b07881 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index 133ab22..441225f 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>helix-agent</artifactId>
<name>Apache Helix :: HelixAgent</name>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index b1fd064..bb8ed90 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 0329850..fefed91 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>mockservice</artifactId>
<name>Apache Helix :: Mockservice</name>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e1a08e6..02786ca 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Helix</name>
@@ -170,7 +170,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.6.1-incubating</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>jira</system>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 18fbfc1..a331168 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributed-lock-manager</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index b245152..d0a93b1 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.helix.recipes</groupId>
<artifactId>recipes</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 522daaf..c239ac6 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>rabbitmq-consumer-group</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/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 e3d0339..72c5b40 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>rsync-replicated-file-system</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index 0a3bee9..a92c0c2 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.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</parent>
<artifactId>service-discovery</artifactId>
http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/40317ecd/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index ba4301e..0129ce7 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.1-incubating</version>
+ <version>0.6.2-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.6.1-incubating</version>
+ <version>0.6.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
|