]> source.dussan.org Git - poi.git/commitdiff
Use https for repo1.maven.org
authorDominik Stadler <centic@apache.org>
Sun, 9 Feb 2020 08:05:16 +0000 (08:05 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 9 Feb 2020 08:05:16 +0000 (08:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873819 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy
osgi/build.xml

index 29d64ee7fe1f8383eaa8aca5e415c388c061bad8..9b8cb88f8c6f464231efcf0278cfa30926f63df2 100644 (file)
@@ -10,7 +10,7 @@ def triggerSundays = '''
 H H * * 0
 '''
 
-def xercesUrl = 'http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.jar'
+def xercesUrl = 'https://repo1.maven.org/maven2/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.jar'
 def xercesLib = './xercesImpl-2.6.1.jar'
 
 def poijobs = [
index 24a068870a9160fe3584b79dd19b0673ae09f576..317672257d9bc620baaa89250fa575cedece12bf 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- 
+<!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -25,7 +25,7 @@ under the License.
     <property name="bundle.lib" location="osgi/lib"/>
 
     <!-- TODO Import these from the parent build file -->
-    <property name="repository.m2" value="http://repo1.maven.org"/>
+    <property name="repository.m2" value="https://repo1.maven.org"/>
     <property name="version.id" value="4.1.2-SNAPSHOT"/>
     <property name="dist.dir" value="build/dist"/>
 
@@ -54,13 +54,13 @@ under the License.
     <target name="bundle" depends="init, check-bundle-jars, fetch-bundle-jars">
         <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${bundle.bnd.jar}"/>
         <mkdir dir="build/osgi"/>
-        <bnd 
+        <bnd
            classpath="${dist.dir}/poi-${version.id}-${DSTAMP}.jar,${dist.dir}/poi-scratchpad-${version.id}-${DSTAMP}.jar,${dist.dir}/poi-ooxml-${version.id}-${DSTAMP}.jar"
-           eclipse="false" 
-           failok="false" 
-           exceptions="true" 
+           eclipse="false"
+           failok="false"
+           exceptions="true"
            output="build/osgi"
-           files="test.bnd"/> 
+           files="test.bnd"/>
         <!-- TODO Include the settings from http://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/poi-3.9/pom.xml -->
         <!-- TODO Make this actually spit out an OSGi Jar -->
     </target>