Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
diff options
context:
space:
mode:
Diffstat (limited to 'dsf')
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml2
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml2
-rw-r--r--dsf/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
index 1c5733f2a25..3a4433c1fb3 100644
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
+++ b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.examples.dsf"
label="%featureName"
- version="9.9.0.qualifier"
+ version="9.10.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.examples.dsf"
license-feature="org.eclipse.license"
diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml b/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml
index 955df272dbb..a6204d20ad2 100644
--- a/dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml
+++ b/dsf/org.eclipse.cdt.examples.dsf-feature/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>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/dsf/pom.xml b/dsf/pom.xml
index 8339e5b584b..a55a1d31385 100644
--- a/dsf/pom.xml
+++ b/dsf/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.dsf-parent</artifactId>

Back to the top