Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-05-12 00:32:40 +0000
committerDavid Williams2016-05-12 00:32:40 +0000
commit60862fe51180bec87bb1de88e088d18de3cd643f (patch)
tree257bce29244a148be05ba85e5d2c7b5334cc2fd6 /releng/org.eclipse.epp.config/parent/pom.xml
parent1dab78a707585d1708979795fa81fb62c125e23e (diff)
downloadorg.eclipse.epp.packages-60862fe51180bec87bb1de88e088d18de3cd643f.tar.gz
org.eclipse.epp.packages-60862fe51180bec87bb1de88e088d18de3cd643f.tar.xz
org.eclipse.epp.packages-60862fe51180bec87bb1de88e088d18de3cd643f.zip
Bug 493473 - react to change in staging location
Change-Id: I5553a4a9731670ddaf0c562d8a5aa901e378166d Signed-off-by: David Williams <david_williams@us.ibm.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 8e77e3b9..59f44bba 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -43,7 +43,7 @@
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.name>Neon Milestone 7 (4.6.0M7)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
- <eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/staging/</eclipse.simultaneous.release.repository>
+ <eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/neon/</eclipse.simultaneous.release.repository>
</properties>
<!--

Back to the top