From 49b70aeb2ec20c74334d5fa8b61b6d9b5ff8fb5b Mon Sep 17 00:00:00 2001
From: chewiebug <jwu@gmx.ch>
Date: Tue, 24 Jul 2018 22:25:11 +0200
Subject: [PATCH] add more jdk versions to build matrix

---
 .travis.yml | 3 +++
 pom.xml     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b958fc89..ae6ee8e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,10 @@ sudo: false
 jdk:
   - oraclejdk8
   - oraclejdk9
+  - oraclejdk10
   - openjdk8
+  - openjdk9
+  - openjdk10
 
 # enable cache to stop downloading all maven plugins every time
 cache:
diff --git a/pom.xml b/pom.xml
index 83053a5d..92001649 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
         <jdk.source.version>1.8</jdk.source.version>
         <jdk.target.version>1.8</jdk.target.version>
         <tools.maven.plugin.version>1.4</tools.maven.plugin.version>
-        <jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
+        <jacoco.maven.plugin.version>0.8.1</jacoco.maven.plugin.version>
         <maven.source.plugin.version>3.0.1</maven.source.plugin.version>
         <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version>
         <maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>