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 2012/10/26 17:45:45 UTC

git commit: use normal version scheme

Updated Branches:
  refs/heads/master ff79cce91 -> 633f27839


use normal version scheme


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

Branch: refs/heads/master
Commit: 633f278395e6a206da0017a87ba48be58ec004bf
Parents: ff79cce
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 17:45:36 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 17:45:36 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml              |    2 +-
 helix-core/pom.xml                      |    2 +-
 mockservice/pom.xml                     |    2 +-
 pom.xml                                 |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/633f2783/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 356d84f..513463e 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-SNAPSHOT-incubating</version>
+    <version>0.6-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/633f2783/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index e402fca..c1a3bc8 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-SNAPSHOT-incubating</version>
+    <version>0.6-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/633f2783/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 908dd67..425ca13 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-SNAPSHOT-incubating</version>
+    <version>0.6-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>mockservice</artifactId>
   <name>Helix :: Mockservice</name>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/633f2783/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 71ead69..a115b63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
   <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.6-SNAPSHOT-incubating</version>
+  <version>0.6-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Helix</name>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/633f2783/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 8862e33..ec1c3c0 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6-SNAPSHOT-incubating</version>
+      <version>0.6-incubating-SNAPSHOT</version>
       <scope>system</scope>
     </dependency>
     <dependency>