Skip to content

Commit

Permalink
update nexus staging repository url to https instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
roundrop committed Oct 13, 2014
1 parent 7f6b9cf commit f40e9d9
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 @@ -51,7 +51,7 @@
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<uniqueVersion>false</uniqueVersion>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit f40e9d9

Please sign in to comment.