Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 9acd58589..74e0fd995 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.1.0</tycho.version>
- <tycho-extras.version>1.1.0</tycho-extras.version>
+ <tycho.version>1.2.0-SNAPSHOT</tycho.version>
+ <tycho-extras.version>1.2.0-SNAPSHOT</tycho-extras.version>
<cbi-plugins.version>1.1.5</cbi-plugins.version>
@@ -189,7 +189,7 @@
<!-- 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.
-->
- <!--pluginRepository>
+ <pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshot-repo.url}</url>
<releases>
@@ -198,7 +198,7 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
- </pluginRepository-->
+ </pluginRepository>
<pluginRepository>
<id>cbi-jdt</id>

Back to the top