mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Build with Tycho 2.0.0
Change-Id: I2b47317f35c990f222b43cc14837d0281b8e3bfe Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
2cea3eba8b
commit
b5a9c1eeb9
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
<extension>
|
||||
<groupId>org.eclipse.tycho.extras</groupId>
|
||||
<artifactId>tycho-pomless</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<version>2.0.0</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>1.7.0</tycho-version>
|
||||
<tycho-version>2.0.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>
|
||||
|
@ -839,6 +839,7 @@
|
|||
<timestampProvider>jgit</timestampProvider>
|
||||
<jgit.ignore>
|
||||
pom.xml
|
||||
.polyglot.*
|
||||
</jgit.ignore>
|
||||
<jgit.dirtyWorkingTree>${jgit.dirtyWorkingTree-cdtDefault}</jgit.dirtyWorkingTree>
|
||||
<sourceReferences>
|
||||
|
|
Loading…
Add table
Reference in a new issue