Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-08-10 01:52:07 +0000
committerGerrit Code Review @ Eclipse.org2016-08-17 14:11:57 +0000
commitcd559dafafced6d31eb48788c680ef9e5e4eae59 (patch)
tree6f04f68f6bff2020d2cb91471de9abf2a67197a6 /build/org.eclipse.cdt.autotools-feature
parent5c80faaafe66c078c7ca56eba702d0b7b4d38c74 (diff)
downloadorg.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.tar.gz
org.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.tar.xz
org.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.zip
Update version to 9.1.0
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
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 1a24d64c922..c4a35821514 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="9.0.0.qualifier"
+ version="9.1.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 f1caa494850..6f63cde207b 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>9.0.0-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top