Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-12-10 13:50:44 +0000
committerJonah Graham2018-12-10 13:50:44 +0000
commit677cc2cf634fc56477a11dc114c2a1acfa501326 (patch)
treec04317f9cd68897a78c614969c6e5fe559b7969b /cross/org.eclipse.cdt.build.crossgcc-feature
parentf2f92ab4045802da83d2efeae9548a4fd544becb (diff)
downloadorg.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.tar.gz
org.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.tar.xz
org.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.zip
[releng] Bump version to 9.7.0
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc-feature')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml2
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
index 32eeaff6ed0..d7ca9d3afc6 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.6.0.qualifier"
+ version="9.7.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 8a50e114ae1..fe491a533c6 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.6.0-SNAPSHOT</version>
+ <version>9.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top