Repository: incubator-zeppelin
Updated Branches:
  refs/heads/branch-0.5 d7774c69a -> d152a02ad


ZEPPELIN-131 Inherit the Apache pom

To publish maven artifact, Zeppelin need inherit apache pom. described 
http://www.apache.org/dev/publishing-maven-artifacts.html#signing-up

Author: Lee moon soo <[email protected]>

Closes #120 from Leemoonsoo/ZEPPELIN-131 and squashes the following commits:

f68b3d4 [Lee moon soo] ZEPPELIN-131 Inherit the Apache pom

(cherry picked from commit 927b93308d7c084123400b25e426d20ea240e92e)
Signed-off-by: Lee moon soo <[email protected]>


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

Branch: refs/heads/branch-0.5
Commit: d152a02ade867f7563be248b619931889f2c1ae5
Parents: d7774c6
Author: Lee moon soo <[email protected]>
Authored: Wed Jun 24 15:02:29 2015 -0700
Committer: Lee moon soo <[email protected]>
Committed: Thu Jun 25 14:01:29 2015 -0700

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d152a02a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd3c2a3..0cb45a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,9 @@
   <url>http://zeppelin.incubator.apache.org/</url>
 
   <parent>
-    <groupId>org.sonatype.oss</groupId>
-    <artifactId>oss-parent</artifactId>
-    <version>7</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>17</version>
   </parent>
 
   <licenses>

Reply via email to