diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-05-22 08:17:16 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-05-22 08:17:16 +0000 |
commit | 3e80ec9c5eefb736244fbeccc00714bf19c7333e (patch) | |
tree | eb21111ad2a0cffbb8b1fd93fd7deaf982894fef /sonar/ooxml-schema | |
parent | 9995e178e3116976bb8f73bebc368ffc76aed196 (diff) | |
download | poi-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.xml | 2 |
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> |