You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by sl...@apache.org on 2013/05/08 06:47:35 UTC

[1/2] git commit: [maven-release-plugin] prepare release helix-0.6.1-incubating

Updated Branches:
  refs/heads/master b225d8b84 -> 40317ecd1


[maven-release-plugin] prepare release helix-0.6.1-incubating


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

Branch: refs/heads/master
Commit: 355d1692a9036fa8741ef828db45446515ff018f
Parents: b225d8b
Author: slu2011 <lu...@gmail.com>
Authored: Tue May 7 21:45:30 2013 -0700
Committer: slu2011 <lu...@gmail.com>
Committed: Tue May 7 21:45:30 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/355d1692/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 26553f9..d67f817 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/helix-agent/pom.xml
----------------------------------------------------------------------
diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml
index cf5112d..133ab22 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
   <artifactId>helix-agent</artifactId>
   <name>Apache Helix :: HelixAgent</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 7f06987..b1fd064 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index cf691c9..0329850 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
   <artifactId>mockservice</artifactId>
   <name>Apache Helix :: Mockservice</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0c14f3b..e1a08e6 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-SNAPSHOT</version>
+  <version>0.6.1-incubating</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>HEAD</tag>
+    <tag>helix-0.6.1-incubating</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index ba8a09a..18fbfc1 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index a00f9c3..b245152 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 901e684..522daaf 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/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 ab40e9f..e3d0339 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index b0a92ce..0a3bee9 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>service-discovery</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/355d1692/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 486ced8..ba4301e 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</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-SNAPSHOT</version>
+      <version>0.6.1-incubating</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>


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

Posted by sl...@apache.org.
[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 <lu...@gmail.com>
Authored: Tue May 7 21:47:23 2013 -0700
Committer: slu2011 <lu...@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>