aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorColin Decker <cgdecker@google.com>2014-09-24 16:26:07 -0400
committerColin Decker <cgdecker@google.com>2014-09-24 16:28:17 -0400
commita7e52fc674d6a9d9ff83a423f21b370d3aadc467 (patch)
tree27759faed2b5518840353d2943dc176b9824d82d /pom.xml
parent74b915b1eaa6de6b5efcf905b346b24ff563bbbb (diff)
downloadguice-a7e52fc674d6a9d9ff83a423f21b370d3aadc467.tar.gz
Override release repository from parent to use https, which is now required.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cbc463c9..07e7799b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>