Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-01-18 18:01:47 +0000
committerMarc Khouzam2016-01-18 21:37:47 +0000
commitb7457367752946a5ba31672c8715204e8fac31da (patch)
treedca897d5b574519ae39c744e8586c5d256b0fc01 /build/org.eclipse.cdt.autotools-feature
parent28b1830acf942216ae99d4d167b6c3b2133aaec6 (diff)
downloadorg.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 'build/org.eclipse.cdt.autotools-feature')
-rw-r--r--build/org.eclipse.cdt.autotools-feature/feature.xml2
-rw-r--r--build/org.eclipse.cdt.autotools-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml
index 5c97cec3848..1a24d64c922 100644
--- a/build/org.eclipse.cdt.autotools-feature/feature.xml
+++ b/build/org.eclipse.cdt.autotools-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.autotools"
label="%featureName"
- version="8.8.0.qualifier"
+ version="9.0.0.qualifier"
provider-name="%provider"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/build/org.eclipse.cdt.autotools-feature/pom.xml b/build/org.eclipse.cdt.autotools-feature/pom.xml
index d10f650b01d..f1caa494850 100644
--- a/build/org.eclipse.cdt.autotools-feature/pom.xml
+++ b/build/org.eclipse.cdt.autotools-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.autotools</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top