Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-25 18:44:33 +0000
committerAlexander Kurtakov2018-04-25 18:45:51 +0000
commitc45b8e0f484802f57a9e3265111d9ecf5fc1f4f8 (patch)
tree6de376c932e9e04bd6d0a040629ad2c42b6cfc82
parent67eaba918a35a6ff5bf991740b651711683c4d0c (diff)
downloadeclipse.platform.releng.aggregator-c45b8e0f484802f57a9e3265111d9ecf5fc1f4f8.tar.gz
eclipse.platform.releng.aggregator-c45b8e0f484802f57a9e3265111d9ecf5fc1f4f8.tar.xz
eclipse.platform.releng.aggregator-c45b8e0f484802f57a9e3265111d9ecf5fc1f4f8.zip
Revert "Revert "Bug 533762 - Move to tycho 1.2.0 snapshot""
-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