diff options
author | Jonah Graham | 2019-12-07 20:24:34 +0000 |
---|---|---|
committer | Jonah Graham | 2019-12-07 20:24:34 +0000 |
commit | bd814fdaf90fc152f758604e07dfb7996e2f0f96 (patch) | |
tree | 308449fc6f0a9f887e99805ba98bd205442ff667 /cross | |
parent | 45585fcbbf9e051d76afdd3a96374cc394f624e5 (diff) | |
download | org.eclipse.cdt-bd814fdaf90fc152f758604e07dfb7996e2f0f96.tar.gz org.eclipse.cdt-bd814fdaf90fc152f758604e07dfb7996e2f0f96.tar.xz org.eclipse.cdt-bd814fdaf90fc152f758604e07dfb7996e2f0f96.zip |
[releng] Bump to CDT version 9.11.0
Change-Id: If729509efbddc71adb565e224437b76089d6e099
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 aeea59dcc32..78045faf3ac 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.10.0.qualifier" + version="9.11.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 4be216954f7..08eb0cbe8a1 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.10.0-SNAPSHOT</version> + <version>9.11.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 2852619b94b..f7e4eaf26af 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.10.0.qualifier" + version="9.11.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 f23120e4d3c..76f22f4b662 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.10.0-SNAPSHOT</version> + <version>9.11.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 52133fcf4a8..33092673c54 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.10.0.qualifier" + version="9.11.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 ec598f37634..d1d8efe7482 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.10.0-SNAPSHOT</version> + <version>9.11.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.cdt.cross-parent</artifactId> |