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/22 08:17:17 UTC

svn commit: r1859701 - in /poi/trunk/sonar: ooxml-schema-security/pom.xml ooxml-schema/pom.xml

Author: fanningpj
Date: Wed May 22 08:17:16 2019
New Revision: 1859701

URL: http://svn.apache.org/viewvc?rev=1859701&view=rev
Log:
try to use more https urls in pom.xml

Modified:
    poi/trunk/sonar/ooxml-schema-security/pom.xml
    poi/trunk/sonar/ooxml-schema/pom.xml

Modified: poi/trunk/sonar/ooxml-schema-security/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-security/pom.xml?rev=1859701&r1=1859700&r2=1859701&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema-security/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema-security/pom.xml Wed May 22 08:17:16 2019
@@ -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>

Modified: poi/trunk/sonar/ooxml-schema/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema/pom.xml?rev=1859701&r1=1859700&r2=1859701&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema/pom.xml Wed May 22 08:17:16 2019
@@ -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>



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