summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-10-13 10:25:14 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-10-13 10:25:14 +0200
commit74c337eadb76880e5c9a72c019272c32c4885221 (patch)
treec8cee132f3878680d8888cc9399364cac2629d8a
parent2983d224ebd70da0d417bf9d3172545540d685d7 (diff)
downloadjgit-74c337eadb76880e5c9a72c019272c32c4885221.tar.gz
jgit-74c337eadb76880e5c9a72c019272c32c4885221.zip
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>
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4d975f32d7..c9fe147027 100644
--- a/pom.xml
+++ b/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>