Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5efe70e2f..4adf8256b 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -78,8 +78,8 @@
<!-- using released version (normal case)
when upgrading make sure you change pom-version-updater version in build-functions.shsource
-->
- <tycho.version>1.2.0</tycho.version>
- <tycho-extras.version>1.2.0</tycho-extras.version>
+ <tycho.version>1.3.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>1.3.0-SNAPSHOT</tycho-extras.version>
<cbi-plugins.version>1.1.5</cbi-plugins.version>
@@ -200,7 +200,7 @@
<pluginRepositories>
<!-- Released Tycho versions are available on maven central, which is now mirrored to Eclipse.org.
- The tycho-snapshot-repo is only needed when using snapshots.
+ The tycho-snapshot-repo is only needed when using snapshots. -->
<pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshot-repo.url}</url>
@@ -211,7 +211,6 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- -->
<pluginRepository>
<id>cbi-jdt</id>

Back to the top