Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-04 16:14:12 +0000
committerDavid Williams2015-03-04 16:14:12 +0000
commit5243ed331dd8230285b8ab448849ba9890f2ca95 (patch)
tree0d1f270da49a4a92ae49ca5217e2dcf3f21a7ff3 /eclipse-platform-parent
parent44bcd6725716f33a1b53604722cd2059977c628b (diff)
downloadeclipse.platform.releng.aggregator-5243ed331dd8230285b8ab448849ba9890f2ca95.tar.gz
eclipse.platform.releng.aggregator-5243ed331dd8230285b8ab448849ba9890f2ca95.tar.xz
eclipse.platform.releng.aggregator-5243ed331dd8230285b8ab448849ba9890f2ca95.zip
Bug 461207 - React to fixes in Tycho for logging warnings in nested jars
And put -SNAPSHOT in version field?
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 67d2ed352..0657e99f3 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -56,8 +56,8 @@
<releaseNumberPlatform>4.5</releaseNumberPlatform>
<!-- using snapshot version for bug 461207 -->
- <tycho.version>0.23.0</tycho.version>
- <tycho-extras.version>0.23.0</tycho-extras.version>
+ <tycho.version>0.23.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>0.23.0-SNAPSHOT</tycho-extras.version>
<cbi-plugins.version>1.1.1</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this

Back to the top