Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/org.eclipse.cdt.util-feature/feature.xml2
-rw-r--r--util/org.eclipse.cdt.util-feature/pom.xml4
-rw-r--r--util/org.eclipse.cdt.util/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/util/org.eclipse.cdt.util-feature/feature.xml b/util/org.eclipse.cdt.util-feature/feature.xml
index 721d08cdf05..84f432bce82 100644
--- a/util/org.eclipse.cdt.util-feature/feature.xml
+++ b/util/org.eclipse.cdt.util-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.util"
label="%featureName"
- version="9.0.0.qualifier"
+ version="9.1.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
diff --git a/util/org.eclipse.cdt.util-feature/pom.xml b/util/org.eclipse.cdt.util-feature/pom.xml
index 2ad3de2062d..ca69f062e66 100644
--- a/util/org.eclipse.cdt.util-feature/pom.xml
+++ b/util/org.eclipse.cdt.util-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.util</artifactId>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/util/org.eclipse.cdt.util/pom.xml b/util/org.eclipse.cdt.util/pom.xml
index 60b631ed57a..e65d5d578e2 100644
--- a/util/org.eclipse.cdt.util/pom.xml
+++ b/util/org.eclipse.cdt.util/pom.xml
@@ -7,7 +7,7 @@
<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>

Back to the top