Skip to content

Commit

Permalink
Merge pull request #855 from cgdecker/repository
Browse files Browse the repository at this point in the history
Override release repository from parent to use https, which is now required.
  • Loading branch information
cgdecker committed Sep 24, 2014
2 parents 74b915b + a7e52fc commit f396c56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ See the Apache License Version 2.0 for the specific language governing permissio

<distributionManagement>
<!-- override the parent's directory to point to the canonical place, and use https. -->
<repository>
<id>google-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>google-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
Expand Down

0 comments on commit f396c56

Please sign in to comment.