ICU-11314 Updated the maven repository location to use https.

X-SVN-Rev: 36668
This commit is contained in:
Yoshito Umaoka 2014-10-09 23:24:58 +00:00
parent 44d9a9692b
commit 1c69528a4e

View File

@ -133,12 +133,12 @@
<repository>
<id>icu4j-releases</id>
<name>ICU4J Central Repository</name>
<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>icu4j-snapshots</id>
<name>ICU4J Central Development Repository</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>