1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Switch to build with Tycho 1.6.0

Change-Id: I26ebb81b10a65ed63efa5afb046d23d6371a2a2d
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2020-01-21 15:15:22 +02:00
parent c309923d71
commit a7e806112f
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</extension>
</extensions>

View file

@ -30,8 +30,8 @@
runs with. It may work with older versions, but this is not
tested or supported. -->
<required-maven-version>[3.6.0]</required-maven-version>
<tycho-version>1.5.1</tycho-version>
<tycho-extras-version>1.5.1</tycho-extras-version>
<tycho-version>1.6.0</tycho-version>
<tycho-extras-version>1.6.0</tycho-extras-version>
<cbi-plugins.version>1.1.7</cbi-plugins.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<cdt-site>http://ci.eclipse.org/cdt/job/cdt-master/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/repository</cdt-site>