diff --git a/pom.xml b/pom.xml index a5d0d9e4f..57a8e6429 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,7 @@ under the License. 8 2022-11-22T08:07:26Z 1.7.36 + 4.6.0 @@ -176,7 +177,7 @@ under the License. org.codehaus.plexus plexus-archiver - 4.6.0 + ${plexus-archiver.version} org.codehaus.plexus diff --git a/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml b/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml index d3f85640a..41e9fe15b 100644 --- a/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml +++ b/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml @@ -33,7 +33,7 @@ under the License. org.codehaus.plexus plexus-archiver - 2.6.3 + @plexus-archiver.version@ diff --git a/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml b/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml index 9d2e6573f..ca1f9b3af 100644 --- a/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml +++ b/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml @@ -41,18 +41,7 @@ under the License. org.apache.maven.plugins maven-plugin-plugin - 3.1 - - true - - - - mojo-descriptor - - descriptor - - - + 3.7.0 @@ -68,23 +57,25 @@ under the License. org.apache.maven maven-plugin-api - 2.0.9 + @mavenVersion@ + provided org.apache.maven - maven-project - 2.0.9 + maven-core + @mavenVersion@ + provided org.codehaus.plexus plexus-archiver - 4.2.2 + @plexus-archiver.version@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.1 + 3.7.0 provided