Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 d7ca9d3afc6..298729a2c3f 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.7.0.qualifier"
+ version="9.8.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 fe491a533c6..b69bc0d8cd2 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.7.0-SNAPSHOT</version>
+ <version>9.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top