1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Update to Tycho 1.1.

This is a prereq for building against Photon. While at it update CBI
maven plugins to 1.1.4.

Change-Id: Ia4a5f8246978d6d6e915e1e7e022020b06889ebd
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2018-02-08 17:28:48 +02:00
parent 73511a8b4c
commit 3bb6aaf4b3

View file

@ -16,9 +16,9 @@
<properties>
<required-maven-version>3.3</required-maven-version>
<tycho-version>1.0.0</tycho-version>
<tycho-extras-version>1.0.0</tycho-extras-version>
<cbi-plugins.version>1.1.3</cbi-plugins.version>
<tycho-version>1.1.0</tycho-version>
<tycho-extras-version>1.1.0</tycho-extras-version>
<cbi-plugins.version>1.1.4</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>
<repo-path>tools/cdt/builds/master/nightly</repo-path>