Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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