]> source.dussan.org Git - jgit.git/commitdiff
Update URL of JGit Maven release repository 84/34784/1
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 13 Oct 2014 08:25:14 +0000 (10:25 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 13 Oct 2014 08:25:14 +0000 (10:25 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4d975f32d7466bcf119a16a06d3abf894dd5d198..c9fe147027483172336722ba1ec08bc513e565b5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>