Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'qt/org.eclipse.cdt.qt-feature/pom.xml')
-rw-r--r--qt/org.eclipse.cdt.qt-feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/org.eclipse.cdt.qt-feature/pom.xml b/qt/org.eclipse.cdt.qt-feature/pom.xml
index cad4e8a11d3..a1a74f569af 100644
--- a/qt/org.eclipse.cdt.qt-feature/pom.xml
+++ b/qt/org.eclipse.cdt.qt-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.qt</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top