Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-23 07:01:49 +0000
committerAlexander Kurtakov2018-04-24 18:25:12 +0000
commite6458694d1efd5328de297030152c0544a8fc76f (patch)
tree2ec10c601045bafe129e948bdf1d85410adc58f0 /eclipse-platform-parent/pom.xml
parenta1a20f224441e235706f94623a99f363133ef891 (diff)
downloadeclipse.platform.releng.aggregator-e6458694d1efd5328de297030152c0544a8fc76f.tar.gz
eclipse.platform.releng.aggregator-e6458694d1efd5328de297030152c0544a8fc76f.tar.xz
eclipse.platform.releng.aggregator-e6458694d1efd5328de297030152c0544a8fc76f.zip
Bug 533762 - Move to tycho 1.2.0 snapshot
In bug 532775 tycho moved to p2 from Photon M6 we should move to is ASAP to veirfy that capabilities ans sha256 checksums work fine. Change-Id: I9eb86b904b4e5ca1579b965027b30c281403394c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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