Skip to content

Commit

Permalink
Changing Sonatype URLs to TLS - see https://issues.sonatype.org/brows…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisphe committed Jan 25, 2018
1 parent 186450a commit 062349d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
-->
<repository>
<id>sonatype-nexus-staging</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<name>Nexus Release Repository</name>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<name>Sonatype Nexus Snapshots</name>
</snapshotRepository>
</distributionManagement>
Expand Down

0 comments on commit 062349d

Please sign in to comment.