Build with Tycho 1.4.0.

Change-Id: I56bf64b43eac2b11c1b08cf7c92e28446bbae3f0
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2019-04-11 09:10:11 +03:00
parent 19e551da58
commit 50daf5b6e8
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.1.0</version>
<version>1.4.0</version>
</extension>
</extensions>

View file

@ -16,8 +16,8 @@
<properties>
<required-maven-version>3.3.1</required-maven-version>
<tycho-version>1.3.0</tycho-version>
<tycho-extras-version>1.3.0</tycho-extras-version>
<tycho-version>1.4.0</tycho-version>
<tycho-extras-version>1.4.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>