Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/org.eclipse.cdt.qt-feature/feature.xml2
-rw-r--r--qt/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/qt/org.eclipse.cdt.qt-feature/feature.xml b/qt/org.eclipse.cdt.qt-feature/feature.xml
index a5c66f86a1c..c6bfd1ac81d 100644
--- a/qt/org.eclipse.cdt.qt-feature/feature.xml
+++ b/qt/org.eclipse.cdt.qt-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.qt"
label="%featureName"
- version="9.4.0.qualifier"
+ version="9.5.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/qt/pom.xml b/qt/pom.xml
index d0bada99e8d..4e944525258 100644
--- a/qt/pom.xml
+++ b/qt/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
+ <version>9.5.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.qt-parent</artifactId>

Back to the top