Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
authorJonah Graham2019-10-16 14:54:42 +0000
committerJonah Graham2019-10-16 14:55:28 +0000
commit2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b (patch)
tree7090474cabb6e3c7fd9859d1e29395df36cc8c11 /qt
parent02789c6a1e31a88583349c9c4a394f1e7e8f9fb1 (diff)
downloadorg.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.tar.gz
org.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.tar.xz
org.eclipse.cdt-2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b.zip
[releng] Bump to CDT version 9.10.0
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 e8109760f41..50dd2c10007 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.9.0.qualifier"
+ version="9.10.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 dd6626cba77..5f366ce24e6 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.9.0-SNAPSHOT</version>
+ <version>9.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.qt-parent</artifactId>

Back to the top