Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
Diffstat (limited to 'native')
-rw-r--r--native/org.eclipse.cdt.native.serial/pom.xml2
-rw-r--r--native/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/native/org.eclipse.cdt.native.serial/pom.xml b/native/org.eclipse.cdt.native.serial/pom.xml
index b56b247a997..d9b798e43b0 100644
--- a/native/org.eclipse.cdt.native.serial/pom.xml
+++ b/native/org.eclipse.cdt.native.serial/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.7.0-SNAPSHOT</version>
+ <version>9.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/native/pom.xml b/native/pom.xml
index ffab665d817..859de3e2bdc 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.7.0-SNAPSHOT</version>
+ <version>9.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.native-parent</artifactId>

Back to the top