diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-08-27 13:59:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-08-27 13:59:42 +0200 |
commit | 9893e9a880efcc5c2156b33c98435dd365d29d6e (patch) | |
tree | 3af75a613f3dc18a9f8d20ed51acc3f989ba70e9 /org.eclipse.jgit.packaging/pom.xml | |
parent | e727aaf16e9d7f9d7cc154e77349c5c56b9c4e3d (diff) | |
download | jgit-9893e9a880efcc5c2156b33c98435dd365d29d6e.tar.gz jgit-9893e9a880efcc5c2156b33c98435dd365d29d6e.zip |
Fix Jetty's p2 repository URL
The Jetty 7.x p2 repository was moved to the archive server
Change-Id: If864c64e8a64ced9b9b982332b412b367a6c1011
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 8769bd80fe..4825a43c75 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -85,7 +85,7 @@ <repository> <id>jetty</id> <layout>p2</layout> - <url>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}/</url> + <url>http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}/</url> </repository> <repository> <id>orbit</id> |