Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-07-22 15:16:13 +0000
committerThanh Ha2013-07-22 15:20:02 +0000
commit409051b0ab57868167d040d27063bec048000440 (patch)
treec3b50c6ba22cad4923b3d2dc8d67628ba3699a4d /eclipse-platform-parent/pom.xml
parenta89e87b8fa7bc0a9c5f3cda53a8583780f060881 (diff)
downloadeclipse.platform.releng.aggregator-409051b0ab57868167d040d27063bec048000440.tar.gz
eclipse.platform.releng.aggregator-409051b0ab57868167d040d27063bec048000440.tar.xz
eclipse.platform.releng.aggregator-409051b0ab57868167d040d27063bec048000440.zip
Bug 413289 - Use Tycho 0.18.1
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 3933ff903..4aac95582 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -21,8 +21,8 @@
<buildTimestamp>${maven.build.timestamp}</buildTimestamp>
<buildType>I</buildType>
<buildId>${buildType}${buildTimestamp}</buildId>
- <tycho.version>0.18.0</tycho.version>
- <tycho-extras.version>0.18.0</tycho-extras.version>
+ <tycho.version>0.18.1</tycho.version>
+ <tycho-extras.version>0.18.1</tycho-extras.version>
<cbi-plugins.version>1.0.4-SNAPSHOT</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -103,7 +103,7 @@
</distributionManagement>
<pluginRepositories>
<pluginRepository>
- <id>tycho-staged</id>
+ <id>tycho</id>
<url>${tycho-repo.url}</url>
<releases>
<enabled>true</enabled>

Back to the top