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 /osgi | |
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 'osgi')
-rw-r--r-- | osgi/bundle.info | 2 | ||||
-rw-r--r-- | osgi/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/osgi/bundle.info b/osgi/bundle.info index 1886a0aef8..bad445c3c1 100644 --- a/osgi/bundle.info +++ b/osgi/bundle.info @@ -35,4 +35,4 @@ When practical, we donate components directly to those projects for POI-enabling them. \u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://poi.apache.org/\u001B[0m + \u001B[36mhttps://poi.apache.org/\u001B[0m diff --git a/osgi/pom.xml b/osgi/pom.xml index 6f57c36374..01777f3c0f 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -35,7 +35,7 @@ <description> OSGi bundle that contains Apache POI, and the dependencies. </description> - <url>http://poi.apache.org/</url> + <url>https://poi.apache.org/</url> <version>${poi.version}</version> <properties> |