aboutsummaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2020-03-08 20:17:08 +0000
committerDominik Stadler <centic@apache.org>2020-03-08 20:17:08 +0000
commit77fbcb788d818e8042b54b63c0c9f2bbf42856a4 (patch)
tree20783568d4c78d25b8c126b37de9ef8f797f406e /maven
parenta7d96dcb734ce2ea24e1d9670774f116c1f937d5 (diff)
downloadpoi-77fbcb788d818e8042b54b63c0c9f2bbf42856a4.tar.gz
poi-77fbcb788d818e8042b54b63c0c9f2bbf42856a4.zip
Try to use https for poi.apache.org everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874981 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r--maven/ooxml-schemas.pom4
-rw-r--r--maven/ooxml-security.pom4
-rw-r--r--maven/poi-examples.pom2
-rw-r--r--maven/poi-excelant.pom4
-rw-r--r--maven/poi-ooxml-schemas.pom2
-rw-r--r--maven/poi-ooxml.pom2
-rw-r--r--maven/poi-scratchpad.pom2
-rw-r--r--maven/poi.pom2
8 files changed, 11 insertions, 11 deletions
diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom
index c43315187f..ae4621e9a1 100644
--- a/maven/ooxml-schemas.pom
+++ b/maven/ooxml-schemas.pom
@@ -28,9 +28,9 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>OOXML schemas</name>
- <description>XmlBeans generated from the Ecma supplied xsds:
+ <description>XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip</description>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<mailingLists>
<mailingList>
diff --git a/maven/ooxml-security.pom b/maven/ooxml-security.pom
index 81886d177f..e092464abe 100644
--- a/maven/ooxml-security.pom
+++ b/maven/ooxml-security.pom
@@ -31,7 +31,7 @@
<description>
XmlBeans generated from various supplied xsds for encryption and signing:
http://msdn.microsoft.com/en-us/library/dd925810(v=office.12).aspx
- http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip
+ http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip
http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
http://uri.etsi.org/01903/v1.3.2/XAdES.xsd
http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd
@@ -39,7 +39,7 @@
http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd
http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcmitype.xsd
</description>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<mailingLists>
<mailingList>
diff --git a/maven/poi-examples.pom b/maven/poi-examples.pom
index 7d285a4c36..70bb701037 100644
--- a/maven/poi-examples.pom
+++ b/maven/poi-examples.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI Examples</description>
<mailingLists>
diff --git a/maven/poi-excelant.pom b/maven/poi-excelant.pom
index 1543d49c84..d33f32b101 100644
--- a/maven/poi-excelant.pom
+++ b/maven/poi-excelant.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI Excel Ant Tasks</description>
<mailingLists>
@@ -73,6 +73,6 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
- </dependency>
+ </dependency>
</dependencies>
</project>
diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom
index 555c500c58..1aa4eb1024 100644
--- a/maven/poi-ooxml-schemas.pom
+++ b/maven/poi-ooxml-schemas.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI - Java API To Access Microsoft Format Files</description>
<repositories>
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index 7c35710975..6f2e240de9 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI - Java API To Access Microsoft Format Files</description>
<mailingLists>
diff --git a/maven/poi-scratchpad.pom b/maven/poi-scratchpad.pom
index 7b932a81b4..0a155edf03 100644
--- a/maven/poi-scratchpad.pom
+++ b/maven/poi-scratchpad.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI - Java API To Access Microsoft Format Files</description>
<mailingLists>
diff --git a/maven/poi.pom b/maven/poi.pom
index 367d308120..ef709c4261 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -28,7 +28,7 @@
<version>@VERSION@</version>
<packaging>jar</packaging>
<name>Apache POI</name>
- <url>http://poi.apache.org/</url>
+ <url>https://poi.apache.org/</url>
<description>Apache POI - Java API To Access Microsoft Format Files</description>
<mailingLists>