mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
[releng] Updated tycho version to 0.18.0 and CDT version to kepler.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com> Change-Id: I8c46c1d7648d7003b691936f6c1e431a1d3df9ec
This commit is contained in:
parent
d56fdfac26
commit
4abaab9687
4 changed files with 6 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -38,8 +38,8 @@
|
|||
</license>
|
||||
</licenses>
|
||||
<properties>
|
||||
<tycho-version>0.17.0</tycho-version>
|
||||
<tycho-extras-version>0.17.0</tycho-extras-version>
|
||||
<tycho-version>0.18.0</tycho-version>
|
||||
<tycho-extras-version>0.18.0</tycho-extras-version>
|
||||
<maven-resources-version>2.6</maven-resources-version>
|
||||
<maven-antrun-version>1.7</maven-antrun-version>
|
||||
<gmaven-version>1.4</gmaven-version>
|
||||
|
@ -110,7 +110,7 @@
|
|||
<eclipse-site>http://download.eclipse.org/releases/staging</eclipse-site>
|
||||
<platform-version>[4.3,)</platform-version>
|
||||
<sdk-version>4.3</sdk-version>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/juno</cdt-site>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/releases/kepler</cdt-site>
|
||||
<cdt-test-site>http://download.eclipse.org/tools/cdt/updates/indigo/</cdt-test-site>
|
||||
</properties>
|
||||
<repositories>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<feature url="features/org.eclipse.rse.tests_3.4.100.qualifier.jar" id="org.eclipse.rse.tests" version="3.4.100.qualifier">
|
||||
<category name="tm_35_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.100.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.100.qualifier">
|
||||
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.200.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.200.qualifier">
|
||||
<category name="tm_35_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.100.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.100.qualifier">
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.local</artifactId>
|
||||
<version>0.2.300.qualifier</version>
|
||||
<version>0.2.400.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.local.sdk</artifactId>
|
||||
<version>0.3.100.qualifier</version>
|
||||
<version>0.3.200.qualifier</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue