Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-11-15 02:43:56 +0000
committerGerrit Code Review @ Eclipse.org2016-11-15 04:50:05 +0000
commit334777eb6ef9808c0a5ed30a1650123ef39b5d8d (patch)
tree85d9d1686555ee7d2bf64a276fd8f95bdacc50c6 /toolchains/arduino/org.eclipse.cdt.arduino.core
parent3797ebcc83ba416152b470d009cf8c3ab49b08e4 (diff)
downloadorg.eclipse.cdt-334777eb6ef9808c0a5ed30a1650123ef39b5d8d.tar.gz
org.eclipse.cdt-334777eb6ef9808c0a5ed30a1650123ef39b5d8d.tar.xz
org.eclipse.cdt-334777eb6ef9808c0a5ed30a1650123ef39b5d8d.zip
Update version to 9.2.0
Diffstat (limited to 'toolchains/arduino/org.eclipse.cdt.arduino.core')
-rw-r--r--toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml b/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
index d699b66234b..46064b56a24 100644
--- a/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
+++ b/toolchains/arduino/org.eclipse.cdt.arduino.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.1.0-SNAPSHOT</version>
+ <version>9.2.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Back to the top