From 88699be0fcc56ea994b75286c7dad613f027906c Mon Sep 17 00:00:00 2001 From: Baule A <65255151+baulea@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:50:25 +0200 Subject: [PATCH] update maven plugins maven-source-plugin 3.3.0, maven-javadoc-plugin 3.6.0, maven-gpg-plugin 3.1.0, maven-release-plugin 3.0.1, maven-surefire-plugin 3.1.2 --- core/pom.xml | 8 ++++---- http-testing/pom.xml | 2 +- junit5-testing/pom.xml | 2 +- kafka-testing/pom.xml | 2 +- pom.xml | 5 +++++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index f8f8af2c3..f04437135 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -232,7 +232,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + ${maven-source-plugin.version} attach-sources @@ -245,7 +245,7 @@ org.apache.maven.plugins maven-javadoc-plugin - + ${maven-javadoc-plugin.version} attach-javadocs @@ -258,7 +258,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + ${maven-gpg-plugin.version} sign-artifacts @@ -284,7 +284,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5 + ${maven-release-plugin.version} true false diff --git a/http-testing/pom.xml b/http-testing/pom.xml index 6c1c89c4c..0645cf158 100644 --- a/http-testing/pom.xml +++ b/http-testing/pom.xml @@ -55,7 +55,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + ${maven-surefire-plugin.version} org.jsmart.zerocode.testhelp.tests.MockServerTest diff --git a/junit5-testing/pom.xml b/junit5-testing/pom.xml index d671a85a1..92c79bcf4 100644 --- a/junit5-testing/pom.xml +++ b/junit5-testing/pom.xml @@ -153,7 +153,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M3 + ${maven-surefire-plugin.version} diff --git a/kafka-testing/pom.xml b/kafka-testing/pom.xml index ee21ec8e9..3c142b2af 100644 --- a/kafka-testing/pom.xml +++ b/kafka-testing/pom.xml @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + ${maven-surefire-plugin.version} org.jsmart.zerocode.integration.tests.kafka.KafkaSuite diff --git a/pom.xml b/pom.xml index eec565e97..7d3d93cc2 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,11 @@ 1.8 1.8 3.6.0 + 3.3.0 + 3.6.0 + 3.1.0 + 3.0.1 + 3.1.2 false 3.24.4