]> source.dussan.org Git - jgit.git/commitdiff
Use https for URL of jgit website 61/164861/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 14 Jun 2020 18:39:27 +0000 (20:39 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 14 Jun 2020 18:39:27 +0000 (20:39 +0200)
Change-Id: Ic9bcbac5de23f670ae6b008a201b1fe9c6478fab
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b8ac751aa4a96209cf2125046a8b9a7c1e274d7c..e6274990df8cbd8a369d37e6688fd634115b7337 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </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>