Skip to content

Commit

Permalink
Use oss.sonatype repo over https rather than http
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Scheibel authored Oct 8, 2018
1 parent 447ff95 commit f053b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit f053b45

Please sign in to comment.