diff options
author | Marc Khouzam | 2016-01-18 18:01:47 +0000 |
---|---|---|
committer | Marc Khouzam | 2016-01-18 21:37:47 +0000 |
commit | b7457367752946a5ba31672c8715204e8fac31da (patch) | |
tree | dca897d5b574519ae39c744e8586c5d256b0fc01 /cross | |
parent | 28b1830acf942216ae99d4d167b6c3b2133aaec6 (diff) | |
download | org.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.tar.gz org.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.tar.xz org.eclipse.cdt-b7457367752946a5ba31672c8715204e8fac31da.zip |
Incremented CDT features version to 9.0.0
This includes bumping the standalone debugger to 9.0.0
Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
Diffstat (limited to 'cross')
7 files changed, 9 insertions, 9 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml index 7d7f7a1d6d0..37339007bcd 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="8.8.0.qualifier" + version="9.0.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0" diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml index 5c40f39cf76..a619e2f87dd 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.8.0-SNAPSHOT</version> + <version>9.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.eclipse.cdt.features</groupId> - <version>8.8.0-SNAPSHOT</version> + <version>9.0.0-SNAPSHOT</version> <artifactId>org.eclipse.cdt.build.crossgcc</artifactId> <packaging>eclipse-feature</packaging> </project> diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml index d48a97f36de..5ac79778273 100644 --- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml +++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.cdt.source" label="%featureName" - version="8.8.0.qualifier" + version="9.0.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/cross/org.eclipse.cdt.build.crossgcc/pom.xml b/cross/org.eclipse.cdt.build.crossgcc/pom.xml index eb8d62a452f..9f5a0d65c8f 100644 --- a/cross/org.eclipse.cdt.build.crossgcc/pom.xml +++ b/cross/org.eclipse.cdt.build.crossgcc/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.8.0-SNAPSHOT</version> + <version>9.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 1d1c00334a2..796d47688cd 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="8.8.0.qualifier" + version="9.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 6b85772c88a..e501d446a45 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.8.0-SNAPSHOT</version> + <version>9.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.eclipse.cdt.features</groupId> - <version>8.8.0-SNAPSHOT</version> + <version>9.0.0-SNAPSHOT</version> <artifactId>org.eclipse.cdt.launch.remote</artifactId> <packaging>eclipse-feature</packaging> </project> diff --git a/cross/org.eclipse.cdt.launch.remote/pom.xml b/cross/org.eclipse.cdt.launch.remote/pom.xml index bbd52146215..0e2556bc342 100644 --- a/cross/org.eclipse.cdt.launch.remote/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.eclipse.cdt</groupId> <artifactId>cdt-parent</artifactId> - <version>8.8.0-SNAPSHOT</version> + <version>9.0.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |