You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2019/05/21 16:59:39 UTC

svn commit: r1859665 - /xmlbeans/trunk/build.xml

Author: fanningpj
Date: Tue May 21 16:59:39 2019
New Revision: 1859665

URL: http://svn.apache.org/viewvc?rev=1859665&view=rev
Log:
replace some http urls in build.xml with https

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1859665&r1=1859664&r2=1859665&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue May 21 16:59:39 2019
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org