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/23 22:03:02 UTC

[1/4] git commit: use apache groupId org.apache.helix

Updated Branches:
  refs/heads/master 8c07eaa28 -> fb44bb2c3


use apache groupId org.apache.helix


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

Branch: refs/heads/master
Commit: fb44bb2c3fba14cb91e341c4fe767d3763cb98e1
Parents: b34e8ce
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 22:02:54 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 22:02:54 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |   13 ++++++-------
 helix-core/pom.xml         |    7 ++-----
 mockservice/pom.xml        |   12 +++++-------
 pom.xml                    |    4 ++--
 4 files changed, 15 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/fb44bb2c/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 4d7e5dd..bbe43ec 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -19,17 +19,16 @@ 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">
   <parent>
-    <groupId>com.linkedin.helix</groupId>
+    <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.5.28</version>
+    <version>0.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>com.linkedin.helix</groupId>
+
   <artifactId>helix-admin-webapp</artifactId>
   <packaging>jar</packaging>
-  <version>0.5.28</version>
   <name>helix-admin-webapp</name>
-  <url>http://maven.apache.org</url>
+
   <repositories>
     <repository>
       <id>maven-restlet</id>
@@ -39,9 +38,9 @@ under the License.
   </repositories>
   <dependencies>
     <dependency>
-      <groupId>com.linkedin.helix</groupId>
+      <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.5.28</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.restlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/fb44bb2c/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 01ef9d0..8bfb0df 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -19,19 +19,16 @@ 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">
   <parent>
-    <groupId>com.linkedin.helix</groupId>
+    <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>0.5.28</version>
+    <version>0.1-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>com.linkedin.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>0.5.28</version>
   <packaging>jar</packaging>
 
   <name>helix-core</name>
-  <url>http://maven.apache.org</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/fb44bb2c/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index 93aa64c..e8206cd 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -20,15 +20,13 @@ 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">
   <modelVersion>4.0.0</modelVersion>
   <parent>
+    <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <groupId>com.linkedin.helix</groupId>
-    <version>0.5.28</version>
+    <version>0.1-incubating</version>
   </parent>
-  <groupId>com.linkedin.helix</groupId>
   <artifactId>mockservice</artifactId>
-  <version>0.5.28</version>
   <name>mockservice</name>
-  <url>http://maven.apache.org</url>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
@@ -41,9 +39,9 @@ under the License.
   </repositories>
   <dependencies>
     <dependency>
-      <groupId>com.linkedin.helix</groupId>
+      <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.5.28</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.restlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/fb44bb2c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b2583a6..b6ae767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,9 @@ under the License.
     <version>11</version>
   </parent>
 
-  <groupId>com.linkedin.helix</groupId>
+  <groupId>org.apache.helix</groupId>
   <artifactId>helix</artifactId>
-  <version>0.5.28</version>
+  <version>0.1-incubating</version>
   <packaging>pom</packaging>
   <name>Helix Modules Root</name>
   <properties>