replace some http urls in build.xml with https

git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1859665 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index d9ae6f0..2d9a91b 100644
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@
     <property name="version.base" value="3.1.0"/>
     <property name="version.rc" value=""/>
 
-    <property name="repository.m2" value="http://repo1.maven.org"/>
+    <property name="repository.m2" value="https://repo1.maven.org"/>
     <property environment="ENV"/>
 
     <property name="compile.lib" location="compile-lib"/>
@@ -47,11 +47,11 @@
     <property name="saxon.zip" location="${compile.lib}/saxonb9-0-0-4j.zip"/>
     <property name="saxon.jar" location="${compile.lib}/saxon9.jar"/>
     <property name="saxon-dom.jar" location="${compile.lib}/saxon9-dom.jar"/>
-    <property name="saxon.url" value="http://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip"/>
+    <property name="saxon.url" value="https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip"/>
 
     <property name="xcresolver.zip" location="${compile.lib}/xcresolver.zip"/>
     <property name="xcresolver.jar" location="${compile.lib}/resolver.jar"/>
-    <property name="xcresolver.url" value="http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip"/>
+    <property name="xcresolver.url" value="https://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip"/>
 
     <!-- test dependencies -->
     <property name="junit.jar" location="${compile.lib}/junit-4.12.jar"/>
@@ -462,7 +462,7 @@
                     <attribute name="Implementation-Title" value="org.apache.xmlbeans"/>
                     <attribute name="Implementation-Version" value="${version.base}"/>
                     <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-                    <attribute name="Implementation-URL" value="http://xmlbeans.apache.org/"/>
+                    <attribute name="Implementation-URL" value="https://xmlbeans.apache.org/"/>
                 </section>
             </manifest>
         </jar>
@@ -476,7 +476,7 @@
                     <attribute name="Implementation-Title" value="org.apache.xmlbeans"/>
                     <attribute name="Implementation-Version" value="${version.base}"/>
                     <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-                    <attribute name="Implementation-URL" value="http://xmlbeans.apache.org/"/>
+                    <attribute name="Implementation-URL" value="https://xmlbeans.apache.org/"/>
                 </section>
             </manifest>
         </jar>
@@ -499,7 +499,7 @@
                     <attribute name="Implementation-Title" value="org.apache.xmlbeans"/>
                     <attribute name="Implementation-Version" value="${version.base}"/>
                     <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
-                    <attribute name="Implementation-URL" value="http://xmlbeans.apache.org/"/>
+                    <attribute name="Implementation-URL" value="https://xmlbeans.apache.org/"/>
                 </section>
             </manifest>
         </jar>
@@ -628,4 +628,4 @@
     <target name="jenkins"
             depends="test,package,rat-check"
             description="Combines all targets that are executed in CI runs"/>
-</project>
\ No newline at end of file
+</project>