[releng] Update to latest (2.3.0) tycho

Change-Id: I630b694e5e314c1211b91135ad86dfd605b950ed
This commit is contained in:
Jonah Graham 2021-04-03 20:40:50 -04:00
parent e5eb338f71
commit 37fff49636
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -30,7 +30,7 @@
runs with. It may work with older versions, but this is not
tested or supported. -->
<required-maven-version>3.6.3</required-maven-version>
<tycho-version>2.1.0</tycho-version>
<tycho-version>2.3.0</tycho-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>