aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-05-22 08:17:16 +0000
committerPJ Fanning <fanningpj@apache.org>2019-05-22 08:17:16 +0000
commit3e80ec9c5eefb736244fbeccc00714bf19c7333e (patch)
treeeb21111ad2a0cffbb8b1fd93fd7deaf982894fef
parent9995e178e3116976bb8f73bebc368ffc76aed196 (diff)
downloadpoi-3e80ec9c5eefb736244fbeccc00714bf19c7333e.tar.gz
poi-3e80ec9c5eefb736244fbeccc00714bf19c7333e.zip
try to use more https urls in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859701 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sonar/ooxml-schema-security/pom.xml6
-rw-r--r--sonar/ooxml-schema/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml
index 6ec50363f7..8735be7f54 100644
--- a/sonar/ooxml-schema-security/pom.xml
+++ b/sonar/ooxml-schema-security/pom.xml
@@ -35,7 +35,7 @@
<phase>generate-sources</phase>
<goals><goal>wget</goal></goals>
<configuration>
- <url>http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip</url>
+ <url>https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip</url>
<unpack>true</unpack>
<md5>c8f0eac388691d5be0d1647146400a10</md5>
</configuration>
@@ -82,7 +82,7 @@
<goals><goal>wget</goal></goals>
<configuration>
<outputDirectory>target/schemas</outputDirectory>
- <url>http://uri.etsi.org/01903/v1.3.2/XAdES.xsd</url>
+ <url>https://uri.etsi.org/01903/v1.3.2/XAdES.xsd</url>
</configuration>
</execution>
<execution>
@@ -91,7 +91,7 @@
<goals><goal>wget</goal></goals>
<configuration>
<outputDirectory>target/schemas</outputDirectory>
- <url>http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd</url>
+ <url>https://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd</url>
</configuration>
</execution>
</executions>
diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml
index 4f64bebcd4..eaabe65efa 100644
--- a/sonar/ooxml-schema/pom.xml
+++ b/sonar/ooxml-schema/pom.xml
@@ -36,7 +36,7 @@
<goal>wget</goal>
</goals>
<configuration>
- <url>http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip</url>
+ <url>https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip</url>
<unpack>true</unpack>
<md5>abe6bb6e7799e854934b3c634e8bcf7b</md5>
</configuration>