Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-03-10 14:28:11 +0000
committerThanh Ha2014-03-10 14:29:01 +0000
commitb288bc6ebf461431ab44ed841273e9b34a026da3 (patch)
treed7adda9a45d83d590d3fde7d9342e53de2d9a3f5 /eclipse-platform-parent
parentcc6379a10e442c88fa23ec8e92014e2c0a9d239d (diff)
downloadeclipse.platform.releng.aggregator-b288bc6ebf461431ab44ed841273e9b34a026da3.tar.gz
eclipse.platform.releng.aggregator-b288bc6ebf461431ab44ed841273e9b34a026da3.tar.xz
eclipse.platform.releng.aggregator-b288bc6ebf461431ab44ed841273e9b34a026da3.zip
Bug 427325 - Switch to Tycho 0.20.0 staging
Testing the 0.20.0 staging URL. Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 1408207b0..3fcad6bae 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -33,8 +33,8 @@
-->
<releaseName>Luna</releaseName>
- <tycho.version>0.19.0</tycho.version>
- <tycho-extras.version>0.19.0</tycho-extras.version>
+ <tycho.version>0.20.0</tycho.version>
+ <tycho-extras.version>0.20.0</tycho-extras.version>
<cbi-plugins.version>1.0.5</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -53,7 +53,7 @@
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.10milestones/base/S201403031023/</emf-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/429341/site.p2</ecf-repo.url>
- <tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>
+ <tycho-repo.url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1007/</tycho-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>

Back to the top