Merge pull request #145 from apache/bugfix/UIMA-6387-Update-p2-repo-URLs-from-http-to-https

[UIMA-6387] Update p2 repo URLs from http to https
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 1ec7891..5eef5df 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -138,7 +138,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     
     <eclipseP2RepoId>org.eclipse.p2.201812</eclipseP2RepoId>
-    <eclipseP2RepoUrl>http://download.eclipse.org/releases/2018-12/</eclipseP2RepoUrl>
+    <eclipseP2RepoUrl>https://download.eclipse.org/releases/2018-12/</eclipseP2RepoUrl>
   </properties>
   
   <dependencyManagement>