diff options
author | Jonah Graham | 2019-10-16 14:54:42 +0000 |
---|---|---|
committer | Jonah Graham | 2019-10-16 14:55:28 +0000 |
commit | 2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b (patch) | |
tree | 7090474cabb6e3c7fd9859d1e29395df36cc8c11 /cross | |
parent | 02789c6a1e31a88583349c9c4a394f1e7e8f9fb1 (diff) | |
download | org.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.tar.gz org.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.tar.xz org.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.zip |
[releng] Bump to CDT version 9.10.0
Change-Id: I027e7e5542fda3e599ee476814593fc4b464adca
Diffstat (limited to 'cross')
-rw-r--r-- | cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml | 2 | ||||
-rw-r--r-- | cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml | 2 | ||||
-rw-r--r-- | cross/org.eclipse.cdt.launch.remote-feature/feature.xml | 2 | ||||
-rw-r--r-- | cross/org.eclipse.cdt.launch.remote-feature/pom.xml | 2 | ||||
-rw-r--r-- | cross/org.eclipse.cdt.launch.serial-feature/feature.xml | 2 | ||||
-rw-r--r-- | cross/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml index 09ac7cd586f..aeea59dcc32 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.build.crossgcc" label="%featureName" - version="9.9.0.qualifier" + version="9.10.0.qualifier" provider-name="%providerName" plugin="org.eclipse.cdt.build.crossgcc" license-feature="org.eclipse.license" diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml index e7185c7d848..4be216954f7 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>9.9.0-SNAPSHOT</version> + <version>9.10.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml index 0284e969ef5..2852619b94b 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.launch.remote" label="%featureName" - version="9.9.0.qualifier" + version="9.10.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml index 3435a80ad63..f23120e4d3c 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>9.9.0-SNAPSHOT</version> + <version>9.10.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml index 643b125db4a..52133fcf4a8 100644 --- a/cross/org.eclipse.cdt.launch.serial-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.serial-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.launch.serial.feature" label="%featureName" - version="9.9.0.qualifier" + version="9.10.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/cross/pom.xml b/cross/pom.xml index 3b8e8a4c112..ec598f37634 100644 --- a/cross/pom.xml +++ b/cross/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>9.9.0-SNAPSHOT</version> + <version>9.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.cdt.cross-parent</artifactId> |