Skip to content

Commit

Permalink
Adding OSSRH to distribution management
Browse files Browse the repository at this point in the history
Signed-off-by: James Sutton <[email protected]>
  • Loading branch information
jpwsutton committed Feb 3, 2017
1 parent 302559f commit c862ee0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,14 @@
</scm>

<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Paho Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/paho-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Paho Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/paho-snapshots/</url>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<repositories>
Expand Down

0 comments on commit c862ee0

Please sign in to comment.