mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Build with Tycho 1.4.0.
Change-Id: I56bf64b43eac2b11c1b08cf7c92e28446bbae3f0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
19e551da58
commit
50daf5b6e8
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue