From 7f5ef29353668b20d1e9f271feaeef5c88a1e005 Mon Sep 17 00:00:00 2001 From: Nick Holloway Date: Sun, 4 Oct 2020 17:38:20 +0100 Subject: [PATCH 1/3] Update plugins to current version --- pom.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index d257f12..e795dce 100644 --- a/pom.xml +++ b/pom.xml @@ -89,14 +89,13 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + 3.1.0 org.apache.maven.plugins maven-compiler-plugin - - 2.5.1 + 3.8.1 1.7 1.7 @@ -106,13 +105,13 @@ org.apache.maven.plugins maven-deploy-plugin - 2.7 + 3.0.0-M1 org.apache.maven.plugins maven-enforcer-plugin - 1.3.1 + 3.0.0-M3 @@ -124,25 +123,25 @@ org.apache.maven.plugins maven-install-plugin - 2.4 + 3.0.0-M1 org.apache.maven.plugins maven-jar-plugin - 2.4 + 3.2.0 org.apache.maven.plugins maven-javadoc-plugin - 2.9 + 3.2.0 org.apache.maven.plugins maven-release-plugin - 2.5 + 3.0.0-M1 @{project.version} @@ -151,31 +150,31 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.2.0 org.apache.maven.plugins maven-site-plugin - 3.3 + 3.9.1 org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.2.1 org.apache.maven.plugins maven-surefire-plugin - 2.15 + 3.0.0-M5 org.sonatype.plugins nexus-staging-maven-plugin - 1.6.6 + 1.6.8 sonatype-nexus-staging https://oss.sonatype.org/ @@ -203,7 +202,7 @@ 1.7.0-45 - 3.1.1 + 3.6.0 From 95f027055915b1b772e38378ce71ebc8bba1228b Mon Sep 17 00:00:00 2001 From: Nick Holloway Date: Sun, 4 Oct 2020 17:38:48 +0100 Subject: [PATCH 2/3] Target JDK 11 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e795dce..49b28d3 100644 --- a/pom.xml +++ b/pom.xml @@ -97,8 +97,8 @@ maven-compiler-plugin 3.8.1 - 1.7 - 1.7 + 11 + 11 @@ -199,7 +199,7 @@ - 1.7.0-45 + 11.0 3.6.0 From 34917a4580e399d7a1d17e07c2f9a30bab589e2c Mon Sep 17 00:00:00 2001 From: Nick Holloway Date: Sun, 4 Oct 2020 17:50:28 +0100 Subject: [PATCH 3/3] Move Checkstyle LineLength check Release 8.24 changed the parent from TreeWalker to Checker --- src/main/resources/checkstyle.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/checkstyle.xml b/src/main/resources/checkstyle.xml index cd6c767..02f1b8e 100644 --- a/src/main/resources/checkstyle.xml +++ b/src/main/resources/checkstyle.xml @@ -88,7 +88,12 @@ - + + + + + + @@ -418,12 +423,7 @@ - - - - - - +