Repository: incubator-zeppelin Updated Branches: refs/heads/master 8045d7082 -> 927b93308
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 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/927b9330 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/927b9330 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/927b9330 Branch: refs/heads/master Commit: 927b93308d7c084123400b25e426d20ea240e92e Parents: 8045d70 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:17 2015 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/927b9330/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6ceba26..a193160 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>
