Browse Source

Update URL of JGit Maven release repository

This repository is required to allow clirr to compare the API of the
checked out version against the API of the latest release of jgit. The
old Maven repository on the download server was replaced by Nexus a long
time back.

Change-Id: I05125407fb72531c6831ec721064b0dad278bde5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-3.6
Matthias Sohn 10 years ago
parent
commit
74c337eadb
  1. 3
      pom.xml

3
pom.xml

@ -199,9 +199,8 @@
<repositories>
<repository>
<id>jgit-repository</id>
<url>http://download.eclipse.org/jgit/maven</url>
<url>https://repo.eclipse.org/content/repositories/jgit-releases/</url>
</repository>
</repositories>
<pluginRepositories>

Loading…
Cancel
Save