From c5ae3eed8c873db8a27e263826cd22ff42d73474 Mon Sep 17 00:00:00 2001 From: Dave Jarvis Date: Mon, 9 Nov 2020 19:42:03 -0800 Subject: [PATCH] Allow building using JDK 15 --- pom.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6cb0749..c8b2d57 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 1.8 UTF-8 - 4.10 + 4.11 2.5.2 2.8 @@ -69,12 +69,20 @@ 3.3 + + + central + Maven Repository Switchboard + https://repo1.maven.org/maven2/ + + + junit - junit-dep + junit ${junit.version} test @@ -88,7 +96,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.8 true ossrh @@ -100,7 +108,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.0 + 3.8.1 ${java.version} ${java.version} @@ -111,7 +119,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.2.0 attach-javadocs @@ -128,7 +136,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 attach-sources @@ -157,7 +165,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.6