Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index a72b7737e..d7bb2585d 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -72,13 +72,14 @@
Do not use snapshot version for pom-version-updater defined in build-functions.shsource
Use released version for pom-updater
-->
- <!--tycho.version>0.27.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>0.27.0-SNAPSHOT</tycho-extras.version-->
+ <tycho.version>0.27.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>0.27.0-SNAPSHOT</tycho-extras.version>
<!-- using released version (normal case)
- when upgrading make sure you change pom-version-updater version in build-functions.shsource-->
- <tycho.version>1.0.0</tycho.version>
- <tycho-extras.version>1.0.0</tycho-extras.version>
+ when upgrading make sure you change pom-version-updater version in build-functions.shsource
+ <tycho.version>0.26.0</tycho.version>
+ <tycho-extras.version>0.26.0</tycho-extras.version>
+ -->
<cbi-plugins.version>1.1.4-SNAPSHOT</cbi-plugins.version>

Back to the top