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

[2/4] git commit: use last apache parent pom

use last apache parent pom


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

Branch: refs/heads/master
Commit: b34e8ce2de34942d0d32e08629c09385f473d2ac
Parents: 68cce17
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 21:48:03 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 21:48:03 2012 +0200

----------------------------------------------------------------------
 pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b34e8ce2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 46d3c7d..b2583a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,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</groupId>
+    <artifactId>apache</artifactId>
+    <version>11</version>
+  </parent>
+
   <groupId>com.linkedin.helix</groupId>
   <artifactId>helix</artifactId>
   <version>0.5.28</version>