From b0571165e752922d8c9c5cf3b5722c6212cb5f6e Mon Sep 17 00:00:00 2001 From: Jason Dillon Date: Fri, 11 Nov 2022 12:20:59 -0800 Subject: [PATCH] * Update to latest parent 36 * Update to latest Apache Groovy 4.0.6 * Update to latest Groovy Eclipse-Compiler 3.8.0 and Batch 4.0.6-02 (neither presently available in Maven Central; must include https://groovy.jfrog.io/artifactory/plugins-release) * Update to latest maven-compile-plugin 3.10.1 --- bom/pom.xml | 40 +++++++++------------------------------- common/pom.xml | 2 +- pom.xml | 18 ++++++++++++++---- support/pom.xml | 2 +- testbase/pom.xml | 4 ++-- 5 files changed, 27 insertions(+), 39 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 1fdf394..841c593 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -28,7 +28,7 @@ pom - 3.0.8 + 4.0.6 1.7.36 1.2.11 31.1-jre @@ -41,6 +41,14 @@ + + org.apache.groovy + groovy-bom + ${groovy.version} + pom + import + + org.slf4j slf4j-api @@ -77,36 +85,6 @@ ${guava.version} - - org.codehaus.groovy - groovy - ${groovy.version} - - - - org.codehaus.groovy - groovy-json - ${groovy.version} - - - - org.codehaus.groovy - groovy-xml - ${groovy.version} - - - - org.codehaus.groovy - groovy-yaml - ${groovy.version} - - - - org.codehaus.groovy - groovy-ant - ${groovy.version} - - info.picocli picocli diff --git a/common/pom.xml b/common/pom.xml index bd08cd0..b666646 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -62,7 +62,7 @@ - org.codehaus.groovy + org.apache.groovy groovy-ant true diff --git a/pom.xml b/pom.xml index da3baf9..311a996 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.sonatype.buildsupport public-parent - 33 + 36 @@ -115,23 +115,33 @@ + + org.apache.maven.plugins maven-compiler-plugin + 3.10.1 org.codehaus.groovy groovy-eclipse-compiler - 3.7.0 + 3.8.0 org.codehaus.groovy groovy-eclipse-batch - 3.0.8-01 + 4.0.6-02 - groovy-eclipse-compiler diff --git a/support/pom.xml b/support/pom.xml index b345499..bd738e7 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -46,7 +46,7 @@ - org.codehaus.groovy + org.apache.groovy groovy true diff --git a/testbase/pom.xml b/testbase/pom.xml index 19c8802..3671f66 100644 --- a/testbase/pom.xml +++ b/testbase/pom.xml @@ -66,12 +66,12 @@ - org.codehaus.groovy + org.apache.groovy groovy - org.codehaus.groovy + org.apache.groovy groovy-ant