Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
finish release jstorm to maven center repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Longda-Feng committed Mar 9, 2016
1 parent 3931d6d commit b515985
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>10</version>
</parent> -->
</parent>
// if release jstorm to maven center repository
// please set parent as oss-parent
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
-->


<groupId>com.alibaba.jstorm</groupId>
Expand Down Expand Up @@ -423,6 +428,9 @@
</executions>
</plugin>

<!--
// if release jstorm to maven center repository
// please set parent as oss-parent
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -436,6 +444,7 @@
</execution>
</executions>
</plugin>
-->

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit b515985

Please sign in to comment.