Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-09-22 15:30:55 +0000
committerGerrit Code Review @ Eclipse.org2015-09-24 17:34:41 +0000
commita4d67b9eaaf7c7deca915b9dc73b2a89a4001751 (patch)
tree030bf6baebfaff8faf1adedddeca454e9a63c040 /pom.xml
parent2471f7e1d3b83e3b3cd16165e2754914fdbef7cc (diff)
downloadorg.eclipse.cdt-a4d67b9eaaf7c7deca915b9dc73b2a89a4001751.tar.gz
org.eclipse.cdt-a4d67b9eaaf7c7deca915b9dc73b2a89a4001751.tar.xz
org.eclipse.cdt-a4d67b9eaaf7c7deca915b9dc73b2a89a4001751.zip
Update Tycho to 0.23.1
See https://wiki.eclipse.org/Tycho/Release_Notes/0.23#Milestone_0.23.1 Change-Id: I63a7204ab5f79194c24c69783da44a046f50d81c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cba409d4294..41884467501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,8 @@
<name>CDT Parent</name>
<properties>
- <tycho-version>0.23.0</tycho-version>
- <tycho-extras-version>0.23.0</tycho-extras-version>
+ <tycho-version>0.23.1</tycho-version>
+ <tycho-extras-version>0.23.1</tycho-extras-version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://hudson.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>
<repo-path>tools/cdt/builds/master/nightly</repo-path>

Back to the top