From 5d442db0797c8aca76eb49a5f30f4e2c5eb520d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sat, 10 Jan 2026 11:50:04 +0100 Subject: [PATCH 1/5] Update to Parent 46 including Fixes --- pom.xml | 16 +++++++++++++--- src/it/filesets-test/verify.bsh | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 49db33c..4606e68 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.maven.plugins maven-plugins - 45 + 46 @@ -63,9 +63,9 @@ under the License. 3.9.12 2.11.0 - + 2025-10-17T18:59:35Z @@ -219,6 +219,16 @@ under the License. + + org.apache.maven.plugins + maven-invoker-plugin + + + ${javaVersion} + ${javaVersion} + + + diff --git a/src/it/filesets-test/verify.bsh b/src/it/filesets-test/verify.bsh index b927ea2..6149345 100644 --- a/src/it/filesets-test/verify.bsh +++ b/src/it/filesets-test/verify.bsh @@ -28,7 +28,7 @@ try { File depsDir = new File( basedir, "target/dependencies" ); File antJar = new File( depsDir, "ant-1.10.14.jar" ); - File junitJar = new File( depsDir, "junit-jupiter-engine-5.13.1.jar" ); + File junitJar = new File( depsDir, "junit-jupiter-engine-5.14.1.jar" ); if ( ! antJar.exists() || antJar.isDirectory() ) { @@ -43,7 +43,7 @@ try File deps2Dir = new File( basedir, "target/dependencies2" ); antJar = new File( deps2Dir, "ant-1.10.14.jar" ); - junitJar = new File( deps2Dir, "junit-jupiter-api-5.13.1.jar" ); + junitJar = new File( deps2Dir, "junit-jupiter-api-5.14.1.jar" ); if ( ! antJar.exists() || antJar.isDirectory() ) { From bd1ec144dd07707bbe2e60ad3ae7b3ceab83a199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sat, 10 Jan 2026 12:20:59 +0100 Subject: [PATCH 2/5] Update to Parent 46 including Fixes --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4606e68..fac5fd1 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,6 @@ under the License. 3.9.12 2.11.0 - - 2025-10-17T18:59:35Z From 4d43b7895230560553f0c8a725076d37dbc4cdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sun, 11 Jan 2026 13:09:45 +0100 Subject: [PATCH 3/5] Change compiler version in all tests to parent version --- pom.xml | 3 ++- src/it/MANTRUN-172/pom.xml | 2 +- src/it/MANTRUN-178/pom.xml | 2 +- src/it/MANTRUN-179/pom.xml | 2 +- src/it/MANTRUN-192/pom.xml | 2 +- src/it/MANTRUN-208/pom.xml | 2 +- src/it/MANTRUN-221/pom.xml | 2 +- src/it/ant-1.7-features/pom.xml | 2 +- src/it/antrun-default-test/pom.xml | 2 +- src/it/attach-artifact-from-ant-task/pom.xml | 2 +- src/it/attach-artifact-test-with-prefix-antlib/pom.xml | 2 +- src/it/attach-artifact-test-with-prefix-unknown/pom.xml | 2 +- src/it/attach-artifact-test/pom.xml | 2 +- src/it/classpath-ref-test/pom.xml | 2 +- src/it/classpath-test-scope-test/pom.xml | 2 +- src/it/copy-fail-test/pom.xml | 2 +- src/it/custom-ant-target-attributes/pom.xml | 2 +- src/it/custom-task-test/pom.xml | 2 +- src/it/env-var-test/pom.xml | 2 +- src/it/export-ant-properties/pom.xml | 2 +- src/it/filesets-test/pom.xml | 2 +- src/it/local-repo-prop-test/pom.xml | 2 +- src/it/multiple-phase-test/pom.xml | 2 +- src/it/never-fail-test/pom.xml | 2 +- src/it/plugin-classpath-test/pom.xml | 2 +- src/it/properties-attributes-test/pom.xml | 2 +- src/it/properties-test/pom.xml | 2 +- src/it/task-encoding-test/pom.xml | 2 +- src/it/tasksattributes-test/pom.xml | 2 +- 29 files changed, 30 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index fac5fd1..3ea997d 100644 --- a/pom.xml +++ b/pom.xml @@ -215,6 +215,7 @@ under the License. + diff --git a/src/it/MANTRUN-172/pom.xml b/src/it/MANTRUN-172/pom.xml index ba22d27..f42f8b4 100644 --- a/src/it/MANTRUN-172/pom.xml +++ b/src/it/MANTRUN-172/pom.xml @@ -83,7 +83,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/MANTRUN-178/pom.xml b/src/it/MANTRUN-178/pom.xml index 7fe3ea0..723f7cc 100644 --- a/src/it/MANTRUN-178/pom.xml +++ b/src/it/MANTRUN-178/pom.xml @@ -79,7 +79,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/MANTRUN-179/pom.xml b/src/it/MANTRUN-179/pom.xml index 419b771..e81d212 100644 --- a/src/it/MANTRUN-179/pom.xml +++ b/src/it/MANTRUN-179/pom.xml @@ -61,7 +61,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/MANTRUN-192/pom.xml b/src/it/MANTRUN-192/pom.xml index 0fd4880..f4c36b7 100644 --- a/src/it/MANTRUN-192/pom.xml +++ b/src/it/MANTRUN-192/pom.xml @@ -79,7 +79,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/MANTRUN-208/pom.xml b/src/it/MANTRUN-208/pom.xml index cccde75..7729dc4 100644 --- a/src/it/MANTRUN-208/pom.xml +++ b/src/it/MANTRUN-208/pom.xml @@ -89,7 +89,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/MANTRUN-221/pom.xml b/src/it/MANTRUN-221/pom.xml index 26ba1e4..b1efd14 100644 --- a/src/it/MANTRUN-221/pom.xml +++ b/src/it/MANTRUN-221/pom.xml @@ -93,7 +93,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/ant-1.7-features/pom.xml b/src/it/ant-1.7-features/pom.xml index 044641d..5875e0b 100644 --- a/src/it/ant-1.7-features/pom.xml +++ b/src/it/ant-1.7-features/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/antrun-default-test/pom.xml b/src/it/antrun-default-test/pom.xml index 2fc13fc..64c6aa4 100644 --- a/src/it/antrun-default-test/pom.xml +++ b/src/it/antrun-default-test/pom.xml @@ -73,7 +73,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/attach-artifact-from-ant-task/pom.xml b/src/it/attach-artifact-from-ant-task/pom.xml index 62cbba1..0b66f06 100644 --- a/src/it/attach-artifact-from-ant-task/pom.xml +++ b/src/it/attach-artifact-from-ant-task/pom.xml @@ -75,7 +75,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/attach-artifact-test-with-prefix-antlib/pom.xml b/src/it/attach-artifact-test-with-prefix-antlib/pom.xml index c988e4ab..507a06a 100644 --- a/src/it/attach-artifact-test-with-prefix-antlib/pom.xml +++ b/src/it/attach-artifact-test-with-prefix-antlib/pom.xml @@ -69,7 +69,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/attach-artifact-test-with-prefix-unknown/pom.xml b/src/it/attach-artifact-test-with-prefix-unknown/pom.xml index 674e51a..3e4e1d7 100644 --- a/src/it/attach-artifact-test-with-prefix-unknown/pom.xml +++ b/src/it/attach-artifact-test-with-prefix-unknown/pom.xml @@ -70,7 +70,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/attach-artifact-test/pom.xml b/src/it/attach-artifact-test/pom.xml index 76d5f84..ca005b7 100644 --- a/src/it/attach-artifact-test/pom.xml +++ b/src/it/attach-artifact-test/pom.xml @@ -79,7 +79,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/classpath-ref-test/pom.xml b/src/it/classpath-ref-test/pom.xml index 1c6de26..340a49c 100644 --- a/src/it/classpath-ref-test/pom.xml +++ b/src/it/classpath-ref-test/pom.xml @@ -97,7 +97,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/classpath-test-scope-test/pom.xml b/src/it/classpath-test-scope-test/pom.xml index 945521d..9a18a83 100644 --- a/src/it/classpath-test-scope-test/pom.xml +++ b/src/it/classpath-test-scope-test/pom.xml @@ -89,7 +89,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/copy-fail-test/pom.xml b/src/it/copy-fail-test/pom.xml index 0b8022f..39f2015 100644 --- a/src/it/copy-fail-test/pom.xml +++ b/src/it/copy-fail-test/pom.xml @@ -75,7 +75,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/custom-ant-target-attributes/pom.xml b/src/it/custom-ant-target-attributes/pom.xml index eb0a708..04be4f0 100644 --- a/src/it/custom-ant-target-attributes/pom.xml +++ b/src/it/custom-ant-target-attributes/pom.xml @@ -68,7 +68,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/custom-task-test/pom.xml b/src/it/custom-task-test/pom.xml index ab61470..1538833 100644 --- a/src/it/custom-task-test/pom.xml +++ b/src/it/custom-task-test/pom.xml @@ -90,7 +90,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/env-var-test/pom.xml b/src/it/env-var-test/pom.xml index 61ee1d9..32e3e63 100644 --- a/src/it/env-var-test/pom.xml +++ b/src/it/env-var-test/pom.xml @@ -91,7 +91,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/export-ant-properties/pom.xml b/src/it/export-ant-properties/pom.xml index f7a769b..d773239 100644 --- a/src/it/export-ant-properties/pom.xml +++ b/src/it/export-ant-properties/pom.xml @@ -99,7 +99,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/filesets-test/pom.xml b/src/it/filesets-test/pom.xml index d667042..863bada 100644 --- a/src/it/filesets-test/pom.xml +++ b/src/it/filesets-test/pom.xml @@ -86,7 +86,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/local-repo-prop-test/pom.xml b/src/it/local-repo-prop-test/pom.xml index 6d1faaa..2d5ce84 100644 --- a/src/it/local-repo-prop-test/pom.xml +++ b/src/it/local-repo-prop-test/pom.xml @@ -88,7 +88,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/multiple-phase-test/pom.xml b/src/it/multiple-phase-test/pom.xml index 172fcff..3f6a8be 100644 --- a/src/it/multiple-phase-test/pom.xml +++ b/src/it/multiple-phase-test/pom.xml @@ -85,7 +85,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/never-fail-test/pom.xml b/src/it/never-fail-test/pom.xml index 54662d2..2e860f7 100644 --- a/src/it/never-fail-test/pom.xml +++ b/src/it/never-fail-test/pom.xml @@ -66,7 +66,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/plugin-classpath-test/pom.xml b/src/it/plugin-classpath-test/pom.xml index 4d2cf01..dc1d300 100644 --- a/src/it/plugin-classpath-test/pom.xml +++ b/src/it/plugin-classpath-test/pom.xml @@ -91,7 +91,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/properties-attributes-test/pom.xml b/src/it/properties-attributes-test/pom.xml index 56313c4..4de46d2 100644 --- a/src/it/properties-attributes-test/pom.xml +++ b/src/it/properties-attributes-test/pom.xml @@ -112,7 +112,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/properties-test/pom.xml b/src/it/properties-test/pom.xml index 6fa8369..0ad68ef 100644 --- a/src/it/properties-test/pom.xml +++ b/src/it/properties-test/pom.xml @@ -87,7 +87,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/task-encoding-test/pom.xml b/src/it/task-encoding-test/pom.xml index d2ab2d3..7f25505 100644 --- a/src/it/task-encoding-test/pom.xml +++ b/src/it/task-encoding-test/pom.xml @@ -81,7 +81,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins diff --git a/src/it/tasksattributes-test/pom.xml b/src/it/tasksattributes-test/pom.xml index b7e8da8..3d4068a 100644 --- a/src/it/tasksattributes-test/pom.xml +++ b/src/it/tasksattributes-test/pom.xml @@ -88,7 +88,7 @@ under the License. org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + @version.maven-compiler-plugin@ org.apache.maven.plugins From 2ba7062810588d7c862bad5804225e4c35a68f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sun, 11 Jan 2026 14:59:49 +0100 Subject: [PATCH 4/5] Change plugin version in all tests to parent version --- src/it/MANTRUN-172/pom.xml | 15 +++++++-------- src/it/MANTRUN-178/pom.xml | 14 +++++++------- src/it/MANTRUN-179/pom.xml | 14 +++++++------- src/it/MANTRUN-192/pom.xml | 14 +++++++------- src/it/MANTRUN-208/pom.xml | 2 +- src/it/MANTRUN-221/pom.xml | 14 +++++++------- src/it/ant-1.7-features/pom.xml | 14 +++++++------- src/it/antrun-default-test/pom.xml | 14 +++++++------- src/it/attach-artifact-from-ant-task/pom.xml | 14 +++++++------- .../pom.xml | 14 +++++++------- .../pom.xml | 14 +++++++------- src/it/attach-artifact-test/pom.xml | 14 +++++++------- src/it/classpath-ref-test/pom.xml | 14 +++++++------- src/it/classpath-test-scope-test/pom.xml | 14 +++++++------- src/it/copy-fail-test/pom.xml | 14 +++++++------- src/it/custom-ant-target-attributes/pom.xml | 14 +++++++------- src/it/custom-task-test/pom.xml | 14 +++++++------- src/it/env-var-test/pom.xml | 14 +++++++------- src/it/export-ant-properties/pom.xml | 14 +++++++------- src/it/filesets-test/pom.xml | 14 +++++++------- src/it/local-repo-prop-test/pom.xml | 14 +++++++------- src/it/multiple-phase-test/pom.xml | 14 +++++++------- src/it/never-fail-test/pom.xml | 14 +++++++------- src/it/plugin-classpath-test/pom.xml | 14 +++++++------- src/it/properties-attributes-test/pom.xml | 14 +++++++------- src/it/properties-test/pom.xml | 14 +++++++------- src/it/task-encoding-test/pom.xml | 14 +++++++------- src/it/tasksattributes-test/pom.xml | 14 +++++++------- 28 files changed, 190 insertions(+), 191 deletions(-) diff --git a/src/it/MANTRUN-172/pom.xml b/src/it/MANTRUN-172/pom.xml index f42f8b4..be33517 100644 --- a/src/it/MANTRUN-172/pom.xml +++ b/src/it/MANTRUN-172/pom.xml @@ -66,19 +66,18 @@ under the License. org.apache.maven.plugins - maven-clean-plugin - 3.1.0 + maven-clean-plugin@version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -88,22 +87,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/MANTRUN-178/pom.xml b/src/it/MANTRUN-178/pom.xml index 723f7cc..ea0b02a 100644 --- a/src/it/MANTRUN-178/pom.xml +++ b/src/it/MANTRUN-178/pom.xml @@ -63,18 +63,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -84,22 +84,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/MANTRUN-179/pom.xml b/src/it/MANTRUN-179/pom.xml index e81d212..cbb7045 100644 --- a/src/it/MANTRUN-179/pom.xml +++ b/src/it/MANTRUN-179/pom.xml @@ -45,18 +45,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -66,22 +66,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/MANTRUN-192/pom.xml b/src/it/MANTRUN-192/pom.xml index f4c36b7..d753cf4 100644 --- a/src/it/MANTRUN-192/pom.xml +++ b/src/it/MANTRUN-192/pom.xml @@ -63,18 +63,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -84,22 +84,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/MANTRUN-208/pom.xml b/src/it/MANTRUN-208/pom.xml index 7729dc4..903b972 100644 --- a/src/it/MANTRUN-208/pom.xml +++ b/src/it/MANTRUN-208/pom.xml @@ -78,7 +78,7 @@ under the License. org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ diff --git a/src/it/MANTRUN-221/pom.xml b/src/it/MANTRUN-221/pom.xml index b1efd14..7cbd88c 100644 --- a/src/it/MANTRUN-221/pom.xml +++ b/src/it/MANTRUN-221/pom.xml @@ -77,18 +77,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -98,22 +98,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/ant-1.7-features/pom.xml b/src/it/ant-1.7-features/pom.xml index 5875e0b..dcdbc39 100644 --- a/src/it/ant-1.7-features/pom.xml +++ b/src/it/ant-1.7-features/pom.xml @@ -56,18 +56,18 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -77,22 +77,22 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/antrun-default-test/pom.xml b/src/it/antrun-default-test/pom.xml index 64c6aa4..1e81222 100644 --- a/src/it/antrun-default-test/pom.xml +++ b/src/it/antrun-default-test/pom.xml @@ -57,18 +57,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -78,22 +78,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/attach-artifact-from-ant-task/pom.xml b/src/it/attach-artifact-from-ant-task/pom.xml index 0b66f06..e4961e4 100644 --- a/src/it/attach-artifact-from-ant-task/pom.xml +++ b/src/it/attach-artifact-from-ant-task/pom.xml @@ -59,18 +59,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -80,22 +80,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/attach-artifact-test-with-prefix-antlib/pom.xml b/src/it/attach-artifact-test-with-prefix-antlib/pom.xml index 507a06a..d7b2b7e 100644 --- a/src/it/attach-artifact-test-with-prefix-antlib/pom.xml +++ b/src/it/attach-artifact-test-with-prefix-antlib/pom.xml @@ -53,18 +53,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -74,22 +74,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/attach-artifact-test-with-prefix-unknown/pom.xml b/src/it/attach-artifact-test-with-prefix-unknown/pom.xml index 3e4e1d7..7da3e1b 100644 --- a/src/it/attach-artifact-test-with-prefix-unknown/pom.xml +++ b/src/it/attach-artifact-test-with-prefix-unknown/pom.xml @@ -54,18 +54,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -75,22 +75,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/attach-artifact-test/pom.xml b/src/it/attach-artifact-test/pom.xml index ca005b7..3d3bd6a 100644 --- a/src/it/attach-artifact-test/pom.xml +++ b/src/it/attach-artifact-test/pom.xml @@ -63,18 +63,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -84,22 +84,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/classpath-ref-test/pom.xml b/src/it/classpath-ref-test/pom.xml index 340a49c..9e4a413 100644 --- a/src/it/classpath-ref-test/pom.xml +++ b/src/it/classpath-ref-test/pom.xml @@ -81,18 +81,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -102,22 +102,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/classpath-test-scope-test/pom.xml b/src/it/classpath-test-scope-test/pom.xml index 9a18a83..d850b65 100644 --- a/src/it/classpath-test-scope-test/pom.xml +++ b/src/it/classpath-test-scope-test/pom.xml @@ -73,18 +73,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -94,22 +94,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/copy-fail-test/pom.xml b/src/it/copy-fail-test/pom.xml index 39f2015..539e86c 100644 --- a/src/it/copy-fail-test/pom.xml +++ b/src/it/copy-fail-test/pom.xml @@ -59,18 +59,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -80,22 +80,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/custom-ant-target-attributes/pom.xml b/src/it/custom-ant-target-attributes/pom.xml index 04be4f0..c11731e 100644 --- a/src/it/custom-ant-target-attributes/pom.xml +++ b/src/it/custom-ant-target-attributes/pom.xml @@ -52,18 +52,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -73,22 +73,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/custom-task-test/pom.xml b/src/it/custom-task-test/pom.xml index 1538833..5504d22 100644 --- a/src/it/custom-task-test/pom.xml +++ b/src/it/custom-task-test/pom.xml @@ -74,18 +74,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -95,22 +95,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/env-var-test/pom.xml b/src/it/env-var-test/pom.xml index 32e3e63..19e8955 100644 --- a/src/it/env-var-test/pom.xml +++ b/src/it/env-var-test/pom.xml @@ -75,18 +75,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -96,22 +96,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/export-ant-properties/pom.xml b/src/it/export-ant-properties/pom.xml index d773239..2d5b95c 100644 --- a/src/it/export-ant-properties/pom.xml +++ b/src/it/export-ant-properties/pom.xml @@ -83,18 +83,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -104,22 +104,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/filesets-test/pom.xml b/src/it/filesets-test/pom.xml index 863bada..440cce2 100644 --- a/src/it/filesets-test/pom.xml +++ b/src/it/filesets-test/pom.xml @@ -70,18 +70,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -91,22 +91,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/local-repo-prop-test/pom.xml b/src/it/local-repo-prop-test/pom.xml index 2d5ce84..077ebee 100644 --- a/src/it/local-repo-prop-test/pom.xml +++ b/src/it/local-repo-prop-test/pom.xml @@ -72,18 +72,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -93,22 +93,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/multiple-phase-test/pom.xml b/src/it/multiple-phase-test/pom.xml index 3f6a8be..e15bb92 100644 --- a/src/it/multiple-phase-test/pom.xml +++ b/src/it/multiple-phase-test/pom.xml @@ -69,18 +69,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -90,22 +90,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/never-fail-test/pom.xml b/src/it/never-fail-test/pom.xml index 2e860f7..d53f8fe 100644 --- a/src/it/never-fail-test/pom.xml +++ b/src/it/never-fail-test/pom.xml @@ -50,18 +50,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -71,22 +71,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/plugin-classpath-test/pom.xml b/src/it/plugin-classpath-test/pom.xml index dc1d300..74b330a 100644 --- a/src/it/plugin-classpath-test/pom.xml +++ b/src/it/plugin-classpath-test/pom.xml @@ -75,18 +75,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -96,22 +96,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/properties-attributes-test/pom.xml b/src/it/properties-attributes-test/pom.xml index 4de46d2..1e17353 100644 --- a/src/it/properties-attributes-test/pom.xml +++ b/src/it/properties-attributes-test/pom.xml @@ -96,18 +96,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -117,22 +117,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/properties-test/pom.xml b/src/it/properties-test/pom.xml index 0ad68ef..19a294f 100644 --- a/src/it/properties-test/pom.xml +++ b/src/it/properties-test/pom.xml @@ -71,18 +71,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -92,22 +92,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/task-encoding-test/pom.xml b/src/it/task-encoding-test/pom.xml index 7f25505..91815dd 100644 --- a/src/it/task-encoding-test/pom.xml +++ b/src/it/task-encoding-test/pom.xml @@ -65,18 +65,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -86,22 +86,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ diff --git a/src/it/tasksattributes-test/pom.xml b/src/it/tasksattributes-test/pom.xml index 3d4068a..63f0e62 100644 --- a/src/it/tasksattributes-test/pom.xml +++ b/src/it/tasksattributes-test/pom.xml @@ -72,18 +72,18 @@ under the License. org.apache.maven.plugins maven-clean-plugin - 3.1.0 + @version.maven-clean-plugin@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + @version.maven-site-plugin@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + @version.maven-resources-plugin@ org.apache.maven.plugins @@ -93,22 +93,22 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - 2.12 + @version.maven-surefire@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + @version.maven-jar-plugin@ org.apache.maven.plugins maven-install-plugin - 2.5.2 + @version.maven-install-plugin@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + @version.maven-deploy-plugin@ From 149e0ef63d26b36075fb3eee33ad69a0a04844e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sun, 11 Jan 2026 17:48:18 +0100 Subject: [PATCH 5/5] Removed my selftroll --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 3ea997d..e0d00a5 100644 --- a/pom.xml +++ b/pom.xml @@ -215,17 +215,6 @@ under the License. -