diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:39:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:39:27 +0200 |
commit | fa0f47698a704c7944da8494ab67ea9b32c24880 (patch) | |
tree | 88d62b4581491ed4661dc05d451e3f2ecc796e2d /pom.xml | |
parent | 1d6385280f6139ea3ff8a9287ce364dbe0668fe7 (diff) | |
download | jgit-fa0f47698a704c7944da8494ab67ea9b32c24880.tar.gz jgit-fa0f47698a704c7944da8494ab67ea9b32c24880.zip |
Use https for URL of jgit website
Change-Id: Ic9bcbac5de23f670ae6b008a201b1fe9c6478fab
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ </licenses> <properties> - <jgit-url>http://www.eclipse.org/jgit/</jgit-url> + <jgit-url>https://www.eclipse.org/jgit/</jgit-url> <jgit-copyright>Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.</jgit-copyright> <jgit.website.url>scp://build.eclipse.org/home/data/httpd/download.eclipse.org/jgit/site/${project.version}/</jgit.website.url> |