Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-05-28 18:48:55 +0000
committerDavid Williams2015-05-28 18:48:55 +0000
commit47d5fd5fb0b4fbc530280d60460dd2ba3df28de3 (patch)
tree73922017d9a30bfc6b048878a1199ec89c60e28d /eclipse-platform-parent/pom.xml
parent6fbf009c4998aeb39bed5f49d08a6cc09b2c3d20 (diff)
downloadeclipse.platform.releng.aggregator-47d5fd5fb0b4fbc530280d60460dd2ba3df28de3.tar.gz
eclipse.platform.releng.aggregator-47d5fd5fb0b4fbc530280d60460dd2ba3df28de3.tar.xz
eclipse.platform.releng.aggregator-47d5fd5fb0b4fbc530280d60460dd2ba3df28de3.zip
Bug 468325 - Adjust to use Tycho 0.23.0 (staging) and release
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f33a307e1..48fcf8c9f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -63,14 +63,15 @@
<releaseNumberSDK>4.5</releaseNumberSDK>
<releaseNumberPlatform>4.5</releaseNumberPlatform>
- <!-- using snapshot, or locally built (forked) snapshot version for bug 461207 and bug 431116-->
+ <!-- using snapshot, or locally built (forked) snapshot version for bug 461207 and bug 431116
<tycho.version>0.23.0-SNAPSHOT</tycho.version>
<tycho-extras.version>0.23.0-SNAPSHOT</tycho-extras.version>
+ -->
+
+ <!-- For using Tycho 23 (currently "staged", removed staged repo below, once released) -->
+ <tycho.version>0.23.0</tycho.version>
+ <tycho-extras.version>0.23.0</tycho-extras.version>
- <!-- For using released 22
- <tycho.version>0.22.0</tycho.version>
- <tycho-extras.version>0.22.0</tycho-extras.version>
- -->
<cbi-plugins.version>1.1.2</cbi-plugins.version>
@@ -93,8 +94,9 @@
<ecf-repo.url>http://download.eclipse.org/rt/ecf/448916.1/site.p2/</ecf-repo.url>
<!-- using snapshot repo for Tycho 0.23.0-SNAPSHOT, such as for bug 461207 -->
- <!-- Does it hurt to always leave snapshot repo here? Even if not used? -->
+ <!-- Does it hurt to always leave snapshot repo here? Even if not used?
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
+ -->
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -166,6 +168,7 @@
</distributionManagement>
<pluginRepositories>
+<!-- only for Tycho snapshots
<pluginRepository>
<id>tycho-snapshots</id>
<url>${tycho-snapshot-repo.url}</url>
@@ -176,6 +179,13 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+ -->
+
+<!-- Only for staged versions. To be removed once 0.23.0 is released. -->
+ <pluginRepository>
+ <id>tycho-staged</id>
+ <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1021/</url>
+ </pluginRepository>
<pluginRepository>
<id>tycho</id>

Back to the top