diff options
author | Dominik Stadler <centic@apache.org> | 2020-03-08 20:17:08 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-03-08 20:17:08 +0000 |
commit | 77fbcb788d818e8042b54b63c0c9f2bbf42856a4 (patch) | |
tree | 20783568d4c78d25b8c126b37de9ef8f797f406e /maven/poi.pom | |
parent | a7d96dcb734ce2ea24e1d9670774f116c1f937d5 (diff) | |
download | poi-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/poi.pom')
-rw-r--r-- | maven/poi.pom | 2 |
1 files changed, 1 insertions, 1 deletions
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> |