mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-09 02:41:15 +08:00
Adding OSSRH to distribution management
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
parent
302559f01b
commit
c862ee086e
14
pom.xml
14
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user