diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:35:45 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-14 20:35:45 +0200 |
commit | 1d6385280f6139ea3ff8a9287ce364dbe0668fe7 (patch) | |
tree | 332c491276a1b8af125ceae3030350b33cc67943 /pom.xml | |
parent | c40ee7b4b9d1b48e5ae2da2a7a9bbcf90ca6583a (diff) | |
download | jgit-1d6385280f6139ea3ff8a9287ce364dbe0668fe7.tar.gz jgit-1d6385280f6139ea3ff8a9287ce364dbe0668fe7.zip |
Fix CI information in pom.xml
Change-Id: I066702cd9f4465eff919e46fc0cc8558d3f3178b
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ </scm> <ciManagement> - <system>hudson</system> - <url>https://hudson.eclipse.org/jgit/</url> + <system>Jenkins</system> + <url>https://ci.eclipse.org/jgit</url> </ciManagement> <developers> |