Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-12 10:14:35 +0000
committerSravan Kumar Lakkimsetti2017-07-12 10:14:35 +0000
commit1a1b7050276cc466936df78a3a52005c087c8d0d (patch)
tree63222426ec17e27f30a3866578811115f537bd66 /eclipse-platform-parent
parent2b943007b5493a0251f75cb07fada7549f062839 (diff)
downloadeclipse.platform.releng.aggregator-1a1b7050276cc466936df78a3a52005c087c8d0d.tar.gz
eclipse.platform.releng.aggregator-1a1b7050276cc466936df78a3a52005c087c8d0d.tar.xz
eclipse.platform.releng.aggregator-1a1b7050276cc466936df78a3a52005c087c8d0d.zip
Bug 518239 - [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: Ic763e4d2d85bb54b43313083e860db66d10b61c2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index db438e663..21f502016 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -642,7 +642,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.8-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.7</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top