You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/03/27 02:11:39 UTC

[44/52] [abbrv] git commit: Add apache parent

Add apache parent


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

Branch: refs/heads/master
Commit: 59e263be9f249b1e4d6ec6e48296f2b5c78a6ddc
Parents: 3c8acd0
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
Authored: Mon Mar 11 23:18:40 2013 -0700
Committer: Jordan Zimmerman <jo...@jordanzimmerman.com>
Committed: Mon Mar 11 23:18:40 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/59e263be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ede6acc..04bdec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,12 @@
 <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</groupId>
+        <artifactId>apache</artifactId>
+        <version>8</version>
+    </parent>
+
     <groupId>org.apache.curator</groupId>
     <artifactId>curator</artifactId>
     <version>2.0.0-SNAPSHOT</version>