You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2013/01/09 22:21:47 UTC

[2/2] git commit: [maven-release-plugin] prepare for next development iteration

Updated Branches:
  refs/heads/master cfacca1c5 -> 3fca64649


[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/3fca6464
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/3fca6464
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/3fca6464

Branch: refs/heads/master
Commit: 3fca646496f4186398abf06492e43cc8fd4a381e
Parents: 2e7f33d
Author: Kishore Gopalakrishna <kg...@kgopalak-ld.linkedin.biz>
Authored: Wed Jan 9 13:21:44 2013 -0800
Committer: Kishore Gopalakrishna <kg...@kgopalak-ld.linkedin.biz>
Committed: Wed Jan 9 13:21:44 2013 -0800

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml                   |    2 +-
 helix-core/pom.xml                           |    2 +-
 mockservice/pom.xml                          |    2 +-
 pom.xml                                      |    4 ++--
 recipes/distributed-lock-manager/pom.xml     |    6 +++---
 recipes/pom.xml                              |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml      |    4 ++--
 recipes/rsync-replicated-file-system/pom.xml |    6 +++---
 8 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3fca6464/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 14a0627..db463ae 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.0-incubating</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/3fca6464/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index a698910..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.0-incubating</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/3fca6464/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 0b43552..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.0-incubating</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/3fca6464/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbeba26..e331776 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.0-incubating</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 
@@ -169,7 +169,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.0-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3fca6464/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 48a47d9..3797655 100644
--- a/recipes/distributed-lock-manager/pom.xml
+++ b/recipes/distributed-lock-manager/pom.xml
@@ -23,19 +23,19 @@ under the License.
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6.0-incubating</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.0-incubating</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: distributed lock manager</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6.0-incubating</version>
+      <version>0.6.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3fca6464/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index 5be9ddb..221d6d0 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.0-incubating</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/3fca6464/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index d2dddb1..93fe569 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.0-incubating</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6.0-incubating</version>
+      <version>0.6.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>com.rabbitmq</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/3fca6464/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 247e8c0..05f02c8 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.0-incubating</version>
+    <version>0.6.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.0-incubating</version>
+  <version>0.6.1-incubating-SNAPSHOT</version>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6.0-incubating</version>
+      <version>0.6.1-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>