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/12/15 00:28:30 UTC

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

Updated Branches:
  refs/heads/master 835b8fcb0 -> e21f3b784


[maven-release-plugin] prepare release helix-0.6-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/e21f3b78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/e21f3b78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/e21f3b78

Branch: refs/heads/master
Commit: e21f3b784477da6ef0181dde8bf494d21d7ba77e
Parents: 835b8fc
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 15 00:28:28 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 15 00:28:28 2012 +0100

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml                   |    2 +-
 helix-core/pom.xml                           |    2 +-
 mockservice/pom.xml                          |    2 +-
 pom.xml                                      |   10 +++++-----
 recipes/pom.xml                              |    2 +-
 recipes/rabbitmq-consumer-group/pom.xml      |    7 +++----
 recipes/rsync-replicated-file-system/pom.xml |    9 ++++-----
 7 files changed, 16 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e21f3b78/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 5f01f28..1531d15 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-incubating-SNAPSHOT</version>
+    <version>0.6-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

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

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

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e21f3b78/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87cc0a2..0f6fbe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -30,7 +29,7 @@ under the License.
 
   <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.6-incubating-SNAPSHOT</version>
+  <version>0.6-incubating</version>
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 
@@ -93,6 +92,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-incubating</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -119,11 +119,11 @@ under the License.
     <helix.scmPubCheckoutDirectory>${user.home}/helix-site/helix-site-content</helix.scmPubCheckoutDirectory>
     <scmSkipDeletedFiles>false</scmSkipDeletedFiles>
     <!-- fix issue with current apache parent pom -->
-    <arguments></arguments>
+    <arguments />
 
     <helix.release.preparationGoals>clean install</helix.release.preparationGoals>
     <helix.release.performGoals>deploy</helix.release.performGoals>
-    <helix.release.arguments></helix.release.arguments>
+    <helix.release.arguments />
 
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e21f3b78/recipes/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/pom.xml b/recipes/pom.xml
index 6d2c6e5..e6d1f87 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-incubating-SNAPSHOT</version>
+    <version>0.6-incubating</version>
   </parent>
   <groupId>org.apache.helix.recipes</groupId>
   <artifactId>recipes</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e21f3b78/recipes/rabbitmq-consumer-group/pom.xml
----------------------------------------------------------------------
diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml
index 404c8c4..15c61c2 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -18,14 +18,13 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6-incubating-SNAPSHOT</version>
+    <version>0.6-incubating</version>
   </parent>
 
   <artifactId>rabbitmq-consumer-group</artifactId>
@@ -41,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6-incubating-SNAPSHOT</version>
+      <version>0.6-incubating</version>
     </dependency>
     <dependency>
       <groupId>com.rabbitmq</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/e21f3b78/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 af1e042..0bc769e 100644
--- a/recipes/rsync-replicated-file-system/pom.xml
+++ b/recipes/rsync-replicated-file-system/pom.xml
@@ -17,19 +17,18 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.helix.recipes</groupId>
     <artifactId>recipes</artifactId>
-    <version>0.6-incubating-SNAPSHOT</version>
+    <version>0.6-incubating</version>
   </parent>
 
   <artifactId>rsync-replicated-file-system</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>Apache Helix :: Recipes :: Rsync Replicated File Store</name>
 
   <dependencies>
@@ -41,7 +40,7 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.6-incubating-SNAPSHOT</version>
+      <version>0.6-incubating</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>