diff options
author | Jonah Graham | 2020-04-11 20:53:25 +0000 |
---|---|---|
committer | Jonah Graham | 2020-04-11 21:46:58 +0000 |
commit | d66d3e8e858aa9399559f158f8870a2cb5670979 (patch) | |
tree | 78d4b646f250ee7ecb92e23b7d1ee5a839e9dc00 /cross | |
parent | d1868c46c958a6bc19f97d44d9cdb5809058682c (diff) | |
download | org.eclipse.cdt-d66d3e8e858aa9399559f158f8870a2cb5670979.tar.gz org.eclipse.cdt-d66d3e8e858aa9399559f158f8870a2cb5670979.tar.xz org.eclipse.cdt-d66d3e8e858aa9399559f158f8870a2cb5670979.zip |
[releng] Bump version to 10.0.0
Change-Id: I32f6f61835bdbad3cffd713965045c5097c8619f
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 009846c972e..bcae5cec472 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.12.0.qualifier" + version="10.0.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 e295670e876..ca8210ec190 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.12.0-SNAPSHOT</version> + <version>10.0.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 6b388e0e261..74ec428a6ad 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.12.0.qualifier" + version="10.0.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 ff882560325..2859a6d8a3b 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.12.0-SNAPSHOT</version> + <version>10.0.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 6a53e92ccf0..131a943eb84 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.12.0.qualifier" + version="10.0.0.qualifier" provider-name="%providerName" plugin="org.eclipse.cdt.launch.serial.ui" license-feature="org.eclipse.license" diff --git a/cross/pom.xml b/cross/pom.xml index 1339149a1e9..8a00f6f6731 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.12.0-SNAPSHOT</version> + <version>10.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.cdt.cross-parent</artifactId> |