Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-05-05 16:19:32 +0000
committerJonah Graham2020-05-05 16:43:22 +0000
commit69c551ab04cc82c13a1f4dca45d28e6175b30326 (patch)
treec9c2c8ac7cf6298f6fe13f9a26ef3f19a065cef8 /native/org.eclipse.cdt.native.serial/pom.xml
parent726300f47be25a94728bfce030f5c036dd5cd15d (diff)
downloadorg.eclipse.cdt-69c551ab04cc82c13a1f4dca45d28e6175b30326.tar.gz
org.eclipse.cdt-69c551ab04cc82c13a1f4dca45d28e6175b30326.tar.xz
org.eclipse.cdt-69c551ab04cc82c13a1f4dca45d28e6175b30326.zip
Bug 562494: Updated libraries due to updated tools
As part of the rebuild of the infra images to get new Java 11, we also got updated compilers that generate some different bytecodes for the native libraries. This commit brings things up to date. Change-Id: I1039a5e19172092353dc4e1ea7de1381c031d280
Diffstat (limited to 'native/org.eclipse.cdt.native.serial/pom.xml')
-rw-r--r--native/org.eclipse.cdt.native.serial/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/org.eclipse.cdt.native.serial/pom.xml b/native/org.eclipse.cdt.native.serial/pom.xml
index 31ddc4f8fbe..5a9e0cde877 100644
--- a/native/org.eclipse.cdt.native.serial/pom.xml
+++ b/native/org.eclipse.cdt.native.serial/pom.xml
@@ -23,7 +23,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <version>1.1.400-SNAPSHOT</version>
+ <version>1.1.500-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.native.serial</artifactId>
<packaging>eclipse-plugin</packaging>

Back to the top