Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-05-30 17:23:07 +0000
committerJonah Graham2018-06-05 08:51:11 +0000
commit05f8dddcf25e8559037919b11db57fec7a4e9fe7 (patch)
tree44de93f1c13d361ca55c5efa9de3725800d1900e /pom.xml
parent5ec251a79140995642053f3d27f2cc3fb218e3a9 (diff)
downloadorg.eclipse.cdt-05f8dddcf25e8559037919b11db57fec7a4e9fe7.tar.gz
org.eclipse.cdt-05f8dddcf25e8559037919b11db57fec7a4e9fe7.tar.xz
org.eclipse.cdt-05f8dddcf25e8559037919b11db57fec7a4e9fe7.zip
[releng] Update to Tycho 1.2.0
Includes reverting 851295e821660a7522b8c1b6337ddb6a94697f2d: [releng] work around Tycho issues of obtaining *.jre.javase [10.0.0] Change-Id: I1d49b519ba111e48545ef37c991859dfa68960cd
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 3ecf485565a..ec6bdc4d11a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
<properties>
<required-maven-version>3.3.1</required-maven-version>
- <tycho-version>1.1.0</tycho-version>
- <tycho-extras-version>1.1.0</tycho-extras-version>
+ <tycho-version>1.2.0</tycho-version>
+ <tycho-extras-version>1.2.0</tycho-extras-version>
<cbi-plugins.version>1.1.5</cbi-plugins.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>

Back to the top