aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml-schema
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 /sonar/ooxml-schema
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
Diffstat (limited to 'sonar/ooxml-schema')
-rw-r--r--sonar/ooxml-schema/pom.xml2
1 files changed, 1 insertions, 1 deletions
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>