Skip to content

Commit

Permalink
add distributed management
Browse files Browse the repository at this point in the history
  • Loading branch information
Suleiman authored and Suleiman committed Oct 26, 2018
1 parent 657083d commit 7c007ce
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 @@ -39,4 +39,15 @@


</dependencies>
<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 7c007ce

Please sign in to comment.