Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-05-12 22:30:23 +0000
committerMatthias Sohn2016-05-13 06:33:57 +0000
commitfa9c93f1b8c02cabacb409f8dff75948f7b3d377 (patch)
treeb82cdde885301128311feb1e360b539fc11d0592 /org.eclipse.egit.repository
parent1cd98d32cf9edd66a7489154643dce5b844f03e4 (diff)
downloadegit-fa9c93f1b8c02cabacb409f8dff75948f7b3d377.tar.gz
egit-fa9c93f1b8c02cabacb409f8dff75948f7b3d377.tar.xz
egit-fa9c93f1b8c02cabacb409f8dff75948f7b3d377.zip
Adapt target platform to changed Neon staging p2 repository
The Neon staging repository was moved to http://download.eclipse.org/staging/neon/ Bug: 483475 Change-Id: I7592de924ef6a68adfcdaa8cb52423e787f92b88 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml
index 79fba0ff2a..2408ee7d33 100644
--- a/org.eclipse.egit.repository/pom.xml
+++ b/org.eclipse.egit.repository/pom.xml
@@ -134,7 +134,7 @@
<layout>p2</layout>
</repository>
<repository>
- <url>http://download.eclipse.org/releases/staging</url>
+ <url>http://download.eclipse.org/staging/neon/</url>
<layout>p2</layout>
</repository>
</repositories>

Back to the top