Skip to content

Commit

Permalink
Updated distribution management.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Aytas committed Sep 24, 2019
1 parent 421126e commit d9d9d9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,12 @@
<url>http://cetsoft.com/</url>
</organization>
<distributionManagement>
<downloadUrl>https://oss.sonatype.org</downloadUrl>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit d9d9d9f

Please sign in to comment.