mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
use the same tycho and maven-resources plugin versions (1.2, 2.7) for both rse and terminal
Change-Id: I1a4d0db8e41130778bf5a3c4bf2780ca738c6a47 Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
parent
c52cc1632e
commit
84f971fc3f
2 changed files with 4 additions and 4 deletions
6
pom.xml
6
pom.xml
|
@ -12,9 +12,9 @@
|
|||
|
||||
<properties>
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git</tycho.scmUrl>
|
||||
<tycho-version>1.1.0</tycho-version>
|
||||
<tycho-extras-version>1.1.0</tycho-extras-version>
|
||||
<maven-resources-version>2.6</maven-resources-version>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<tycho-extras-version>${tycho-version}</tycho-extras-version>
|
||||
<maven-resources-version>2.7</maven-resources-version>
|
||||
<!-- TODO: switch to 4.9-I-builds after June 27, 2018 -->
|
||||
<sdk-version>4.8milestones</sdk-version>
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<!-- Using Java 8 for Tycho with a Java 7 target should be possible but
|
||||
takes some config -->
|
||||
<!-- See https://bugs.eclipse.org/bugs/show_bug.cgi?id=518104 for reference -->
|
||||
<tycho-version>0.23.1</tycho-version>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<tycho-extras-version>${tycho-version}</tycho-extras-version>
|
||||
<maven-resources-version>2.7</maven-resources-version>
|
||||
<maven-antrun-version>1.8</maven-antrun-version>
|
||||
|
|
Loading…
Add table
Reference in a new issue