Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorJonah Graham2019-10-16 14:54:42 +0000
committerJonah Graham2019-10-16 14:55:28 +0000
commit2f5f4d50a22b48a6ed00682ad4ff161d3a67cb2b (patch)
tree7090474cabb6e3c7fd9859d1e29395df36cc8c11 /native
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 '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 66e66bc508f..d6db49c7dae 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.9.0-SNAPSHOT</version>
+ <version>9.10.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/native/pom.xml b/native/pom.xml
index fec850305e7..8694c8619f8 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.9.0-SNAPSHOT</version>
+ <version>9.10.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.native-parent</artifactId>

Back to the top