ICU-11314 Updated the maven repository location to use https.
X-SVN-Rev: 36668
This commit is contained in:
parent
44d9a9692b
commit
1c69528a4e
@ -133,12 +133,12 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>icu4j-releases</id>
|
<id>icu4j-releases</id>
|
||||||
<name>ICU4J Central Repository</name>
|
<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>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>icu4j-snapshots</id>
|
<id>icu4j-snapshots</id>
|
||||||
<name>ICU4J Central Development Repository</name>
|
<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>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user