You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2013/05/04 14:58:45 UTC

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

Updated Branches:
  refs/heads/master 86a4c676a -> e3c0a062b


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

Branch: refs/heads/master
Commit: e3c0a062bf9a1a5c14c4ae68df60ce99ba3760a1
Parents: 86a4c67
Author: Olivier Lamy <ol...@apache.org>
Authored: Sat May 4 22:58:41 2013 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat May 4 22:58:41 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/e3c0a062/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/e3c0a062/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/e3c0a062/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/e3c0a062/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/e3c0a062/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/e3c0a062/recipes/distributed-lock-manager/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml
index 700c633..761d2ee 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>distributed-lock-manager</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating</version>
   <name>Apache Helix :: Recipes :: distributed lock manager</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e3c0a062/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/e3c0a062/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index ae950a3..6457e8a 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating</version>
   <name>Apache Helix :: Recipes :: Rabbitmq Consumer Group</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e3c0a062/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 75ebc2a..1c9258b 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating</version>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e3c0a062/recipes/service-discovery/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml
index f54f684..1fa664b 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>service-discovery</artifactId>
   <packaging>jar</packaging>
-  <version>0.6.1-incubating-SNAPSHOT</version>
+  <version>0.6.1-incubating</version>
   <name>Apache Helix :: Recipes :: service discovery</name>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e3c0a062/recipes/task-execution/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml
index 66d0c58..4ff132b 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-SNAPSHOT</version>
+    <version>0.6.1-incubating</version>
   </parent>
 
   <artifactId>task-execution</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</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-SNAPSHOT</version>
+      <version>0.6.1-incubating</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>