mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
use Tycho 1.1; use Eclipse platform 4.8-I-builds instead of 4.8milestones
Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
parent
2dec1987d9
commit
10255bc382
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -12,11 +12,11 @@
|
|||
|
||||
<properties>
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tm/org.eclipse.tm.git</tycho.scmUrl>
|
||||
<tycho-version>1.0.0</tycho-version>
|
||||
<tycho-extras-version>1.0.0</tycho-extras-version>
|
||||
<tycho-version>1.1.0</tycho-version>
|
||||
<tycho-extras-version>1.1.0</tycho-extras-version>
|
||||
<maven-resources-version>2.6</maven-resources-version>
|
||||
<!-- TODO: switch to 4.8 after June 27, 2018 -->
|
||||
<sdk-version>4.8milestones</sdk-version>
|
||||
<!-- TODO: use 4.8milestones? or switch to 4.8 after June 27, 2018 -->
|
||||
<sdk-version>4.8-I-builds</sdk-version>
|
||||
|
||||
<!-- Set up the default target platform to build against -->
|
||||
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
||||
|
|
Loading…
Add table
Reference in a new issue