Skip to content

Commit

Permalink
Added distributionManagement element
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Stojsavljevic committed Apr 2, 2018
1 parent 28b6fec commit 4d7a4e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,15 @@
</build>
</profile>
</profiles>

<distributionManagement>
<snapshotRepository>
<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>
</project>

0 comments on commit 4d7a4e2

Please sign in to comment.