diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:34:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:34:18 +0200 |
commit | c40ee7b4b9d1b48e5ae2da2a7a9bbcf90ca6583a (patch) | |
tree | b25ad7666198c79cb08b3152736e0f9217391f53 /pom.xml | |
parent | 96fd562d02183386cabfbe1f72d0412d2a78cb80 (diff) | |
download | jgit-c40ee7b4b9d1b48e5ae2da2a7a9bbcf90ca6583a.tar.gz jgit-c40ee7b4b9d1b48e5ae2da2a7a9bbcf90ca6583a.zip |
Use gitiles as scm url in pom.xml for browsing source code
Change-Id: I6c18ffe822f62883d2f331ad77c28ce8afc3ebd8
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
@@ -33,7 +33,7 @@ </description> <scm> - <url>http://git.eclipse.org/c/jgit/jgit.git/</url> + <url>https://git.eclipse.org/r/plugins/gitiles/jgit/jgit</url> <connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection> </scm> |