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

[releng] Update tycho plug-ins to newest version

Change-Id: Ie619fc4db0dd0d2b26c5dd686545d0368e7e1fad
This commit is contained in:
Jonah Graham 2019-11-07 17:43:12 -05:00
parent 85df749bf3
commit 0990aa6b06
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.4.0</version>
<version>1.5.1</version>
</extension>
</extensions>

View file

@ -20,8 +20,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.4.0</tycho-version>
<tycho-extras-version>1.4.0</tycho-extras-version>
<tycho-version>1.5.1</tycho-version>
<tycho-extras-version>1.5.1</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>