Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-06-06 09:08:43 +0000
committerMarkus Knauer2015-06-06 09:08:43 +0000
commitd68976bad8bb9680c9ccf5042a7e858c725aea46 (patch)
tree50df305a48b37d6e316b65bd5810f11f972e020f /releng/org.eclipse.epp.config/parent
parent7923f0be1773fc440b2cedaa8f832895675329be (diff)
downloadorg.eclipse.epp.packages-d68976bad8bb9680c9ccf5042a7e858c725aea46.tar.gz
org.eclipse.epp.packages-d68976bad8bb9680c9ccf5042a7e858c725aea46.tar.xz
org.eclipse.epp.packages-d68976bad8bb9680c9ccf5042a7e858c725aea46.zip
Switch to released Tycho 0.23.0 version
With the general availability of Tycho 0.23.0 we can now switch from the 0.23.0-SNAPSHOT version (required mostly because of the new Mac OSX layout) to the now officially released version 0.23.0. https://wiki.eclipse.org/Tycho/Release_Notes/0.23 Change-Id: Id93e4a24a751b879d13388c200832866c2a245cb Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/parent')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index d4ad0307..9c05d603 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -24,7 +24,7 @@
<properties>
<java.version>1.7</java.version>
<maven.version>3.1.1</maven.version>
- <tycho.version>0.23.0-SNAPSHOT</tycho.version>
+ <tycho.version>0.23.0</tycho.version>
<tycho.extras.version>${tycho.version}</tycho.extras.version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl>
<cbi.version>1.1.2</cbi.version>
@@ -65,10 +65,6 @@
<id>eclipse-cbi</id>
<url>https://repo.eclipse.org/content/repositories/releases/</url>
</pluginRepository>
- <pluginRepository>
- <id>tycho-snapshots</id>
- <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
- </pluginRepository>
</pluginRepositories>
<repositories>

Back to the top