Updated Branches: refs/heads/master e3c0a062b -> 27da4a104
[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/27da4a10 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/27da4a10 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/27da4a10 Branch: refs/heads/master Commit: 27da4a104d8122cdcd2b431cf94871c35c6c102e Parents: e3c0a06 Author: Olivier Lamy <[email protected]> Authored: Sat May 4 22:58:49 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Sat May 4 22:58:49 2013 +1000 ---------------------------------------------------------------------- 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 | 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 | 6 +++--- 11 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/27da4a10/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/27da4a10/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/27da4a10/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/27da4a10/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/27da4a10/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/27da4a10/recipes/distributed-lock-manager/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml index 761d2ee..cb12a49 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.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> </parent> <artifactId>distributed-lock-manager</artifactId> <packaging>jar</packaging> - <version>0.6.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> <name>Apache Helix :: Recipes :: distributed lock manager</name> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/27da4a10/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/27da4a10/recipes/rabbitmq-consumer-group/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml index 6457e8a..8066188 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.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> </parent> <artifactId>rabbitmq-consumer-group</artifactId> <packaging>jar</packaging> - <version>0.6.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/27da4a10/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 1c9258b..bf1120d 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.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> </parent> <artifactId>rsync-replicated-file-system</artifactId> <packaging>jar</packaging> - <version>0.6.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/27da4a10/recipes/service-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml index 1fa664b..3f3fa77 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.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> </parent> <artifactId>service-discovery</artifactId> <packaging>jar</packaging> - <version>0.6.1-incubating</version> + <version>0.6.2-incubating-SNAPSHOT</version> <name>Apache Helix :: Recipes :: service discovery</name> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/27da4a10/recipes/task-execution/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index 4ff132b..2f805bc 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -23,12 +23,12 @@ 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> <packaging>jar</packaging> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <name>Apache Helix :: Recipes :: distributed task execution</name> <dependencies> @@ -40,7 +40,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>
