Browse Source

Use https for URL of jgit website

Change-Id: Ic9bcbac5de23f670ae6b008a201b1fe9c6478fab
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.9.0.202008260805-m3
Matthias Sohn 3 years ago
parent
commit
fa0f47698a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>


Loading…
Cancel
Save