From 959f23807ae6cbab6bf573f83595ad99119b9362 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 17:21:17 -0400 Subject: [PATCH 01/10] [pom] Bump version of project to 4.7.1.0 snapshot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 81549348..f1510954 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.0.1-SNAPSHOT + 4.7.1.0-SNAPSHOT maven-plugin SpotBugs Maven Plugin From 09fd232697c441c996f4274dca7d9edc8ba1b947 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 00:06:08 -0400 Subject: [PATCH 02/10] [pom] Add versions into build tools pom --- src/it-tools/build-tools/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/it-tools/build-tools/pom.xml b/src/it-tools/build-tools/pom.xml index 61744c13..fa654071 100644 --- a/src/it-tools/build-tools/pom.xml +++ b/src/it-tools/build-tools/pom.xml @@ -30,6 +30,7 @@ org.apache.maven.plugins maven-compiler-plugin + @compilerPluginVersion@ false 1.8 @@ -48,6 +49,7 @@ org.apache.maven.plugins maven-surefire-plugin + @mavenSurefireVersion@ true From b42c3dde1bc0ea7b9f1fa37f67f696d07499f174 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 17:32:21 -0400 Subject: [PATCH 03/10] [pom] Bump surefire to 3.0.0-M7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1510954..0b995847 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ 3.10.1 1.12.0 3.2.0 - 3.0.0-M6 + 3.0.0-M7 8.0.0 4.0.4 7.4.7 From 6366723267ff00ca12628e45b44ea8b5eef835e9 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 30 Jun 2022 00:30:56 -0400 Subject: [PATCH 04/10] [pom] Bump maven common artifacts filters back to 3.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b995847..dbf3d984 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ 3.8.6 3.3.4 0.13.1 - 3.2.0 + 3.3.0 3.1.0 3.1.0 3.8.6 From 3ed4ae38451135446deda4e06b110741b4d4cda8 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 17:51:14 -0400 Subject: [PATCH 05/10] [pom] Add asm bom to enforce asm version to 9.3 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index dbf3d984..ef212035 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,13 @@ + + org.ow2.asm + asm-bom + ${asm.version} + pom + import + org.apache.groovy groovy-bom From e6f353f4449605fa6babbf569ac4fe980e93b587 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 19:22:50 -0400 Subject: [PATCH 06/10] [pom] Add better control of plugins to be recent in 'it' tests will still pick up old where its not calling out the parent setup which is ok. --- src/it-tools/build-tools/pom.xml | 56 ++++++++++++++++++++++++++++++++ src/it-tools/prime/pom.xml | 53 ++++++++++++++++++++++++++++++ src/it/common.xml | 53 ++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+) diff --git a/src/it-tools/build-tools/pom.xml b/src/it-tools/build-tools/pom.xml index fa654071..5a2d6325 100644 --- a/src/it-tools/build-tools/pom.xml +++ b/src/it-tools/build-tools/pom.xml @@ -26,6 +26,62 @@ testing + + + + + org.apache.maven.plugins + maven-antrun-plugin + @antrun.plugin@ + + + org.apache.maven.plugins + maven-assembly-plugin + @assembly.plugin@ + + + org.apache.maven.plugins + maven-clean-plugin + @clean.plugin@ + + + org.apache.maven.plugins + maven-dependency-plugin + @dependency.plugin@ + + + org.apache.maven.plugins + maven-deploy-plugin + @deploy.plugin@ + + + org.apache.maven.plugins + maven-install-plugin + @install.plugin@ + + + org.apache.maven.plugins + maven-jar-plugin + @jar.plugin@ + + + org.apache.maven.plugins + maven-release-plugin + @release.plugin@ + + + org.apache.maven.plugins + maven-resources-plugin + @resources.plugin@ + + + org.apache.maven.plugins + maven-jxr-plugin + @jxr.plugin@ + + + + org.apache.maven.plugins diff --git a/src/it-tools/prime/pom.xml b/src/it-tools/prime/pom.xml index 0e0f4ce4..0b6d1ab2 100644 --- a/src/it-tools/prime/pom.xml +++ b/src/it-tools/prime/pom.xml @@ -26,6 +26,59 @@ testing + + + org.apache.maven.plugins + maven-antrun-plugin + @antrun.plugin@ + + + org.apache.maven.plugins + maven-assembly-plugin + @assembly.plugin@ + + + org.apache.maven.plugins + maven-clean-plugin + @clean.plugin@ + + + org.apache.maven.plugins + maven-dependency-plugin + @dependency.plugin@ + + + org.apache.maven.plugins + maven-deploy-plugin + @deploy.plugin@ + + + org.apache.maven.plugins + maven-install-plugin + @install.plugin@ + + + org.apache.maven.plugins + maven-jar-plugin + @jar.plugin@ + + + org.apache.maven.plugins + maven-release-plugin + @release.plugin@ + + + org.apache.maven.plugins + maven-resources-plugin + @resources.plugin@ + + + org.apache.maven.plugins + maven-jxr-plugin + @jxr.plugin@ + + + com.github.spotbugs spotbugs diff --git a/src/it/common.xml b/src/it/common.xml index 15a264fa..b4b121ac 100644 --- a/src/it/common.xml +++ b/src/it/common.xml @@ -57,6 +57,59 @@ @project.basedir@/src/it-src/test/java + + + org.apache.maven.plugins + maven-antrun-plugin + @antrun.plugin@ + + + org.apache.maven.plugins + maven-assembly-plugin + @assembly.plugin@ + + + org.apache.maven.plugins + maven-clean-plugin + @clean.plugin@ + + + org.apache.maven.plugins + maven-dependency-plugin + @dependency.plugin@ + + + org.apache.maven.plugins + maven-deploy-plugin + @deploy.plugin@ + + + org.apache.maven.plugins + maven-install-plugin + @install.plugin@ + + + org.apache.maven.plugins + maven-jar-plugin + @jar.plugin@ + + + org.apache.maven.plugins + maven-release-plugin + @release.plugin@ + + + org.apache.maven.plugins + maven-resources-plugin + @resources.plugin@ + + + org.apache.maven.plugins + maven-jxr-plugin + @jxr.plugin@ + + + com.github.spotbugs spotbugs-maven-plugin From c73479aedcf43c925c7f072ab7c2d58f0dd3fd3f Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 19:24:13 -0400 Subject: [PATCH 07/10] [pom] As asm now bom, remove duplicate version declarations --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index ef212035..ebd53526 100644 --- a/pom.xml +++ b/pom.xml @@ -520,27 +520,22 @@ org.ow2.asm asm - ${asm.version} org.ow2.asm asm-analysis - ${asm.version} org.ow2.asm asm-commons - ${asm.version} org.ow2.asm asm-tree - ${asm.version} org.ow2.asm asm-util - ${asm.version} From 21453a33a7bdf620446dd0a2044bee81fb6e9318 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 19:29:33 -0400 Subject: [PATCH 08/10] [pom] Formatting --- src/it/systemPropertyVariables/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/it/systemPropertyVariables/pom.xml b/src/it/systemPropertyVariables/pom.xml index e2d90132..712126d8 100644 --- a/src/it/systemPropertyVariables/pom.xml +++ b/src/it/systemPropertyVariables/pom.xml @@ -34,8 +34,7 @@ spotbugs-maven-plugin - true - + true true true From ffbbf4d2e2b94e92c0b197c0e91ad792f558d452 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 19:37:06 -0400 Subject: [PATCH 09/10] [pom] More formatting --- src/it/skipEmpty/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/skipEmpty/pom.xml b/src/it/skipEmpty/pom.xml index 2e1ad72a..0d61e5ff 100644 --- a/src/it/skipEmpty/pom.xml +++ b/src/it/skipEmpty/pom.xml @@ -16,7 +16,7 @@ --> -4.0.0 + 4.0.0 + + org.ow2.asm + asm + + + org.ow2.asm + asm-analysis + + + org.ow2.asm + asm-commons + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-util + + org.apache.ant @@ -515,28 +537,6 @@ plexus-utils ${plexusUtilsVersion} - - - - org.ow2.asm - asm - - - org.ow2.asm - asm-analysis - - - org.ow2.asm - asm-commons - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-util -