summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-28 17:16:56 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:20 +0100
commitb23327713f23f8f34d97b83d52f78c4024f55e44 (patch)
tree7f145edf6140a03ed444a537ea5227b1ac359a3b /parent
parent5c4250265f87b2a2be2498bfe47242610f69a2b2 (diff)
Use JDK 10
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 39862e03ad6..67ac5ca7954 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -100,10 +100,10 @@
<version>3.8.0</version>
<configuration>
<jdkToolchain>
- <version>9</version>
+ <version>10</version>
</jdkToolchain>
- <source>1.9</source>
- <target>1.9</target>
+ <source>10</source>
+ <target>10</target>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
<showDeprecation>false</showDeprecation>