Skip to content

Commit

Permalink
change distribution management to Maven Central
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Jun 1, 2021
1 parent 03b1b31 commit 4264504
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
<url>https://github.com/jupnp/jupnp/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/jupnp/mvn/jUPnP/;publish=1;override=1</url>
</repository>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>maven</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<properties>
Expand Down

0 comments on commit 4264504

Please sign in to comment.