Skip to content

Commit

Permalink
ZEPPELIN-131 Inherit the Apache pom
Browse files Browse the repository at this point in the history
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 apache#120 from Leemoonsoo/ZEPPELIN-131 and squashes the following commits:

f68b3d4 [Lee moon soo] ZEPPELIN-131 Inherit the Apache pom
  • Loading branch information
Leemoonsoo committed Jun 25, 2015
1 parent 8045d70 commit 927b933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 927b933

Please sign in to comment.