ICU-11330 Updated the maven repository location using https in pom.xml to resolve a file upload problem.

X-SVN-Rev: 36665
diff --git a/pom.xml b/pom.xml
index e1b18b7..dc73837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>