From 07aa735a065a935b775ee49470ba17ae456ac493 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 16:53:48 +0200 Subject: [PATCH 1/2] Switch to plexus-utils 4 --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2dbb706..d2eed9c 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ See the Apache License Version 2.0 for the specific language governing permissio org.codehaus.plexus plexus-utils - 3.5.1 + 4.0.0-SNAPSHOT javax.inject @@ -100,4 +100,16 @@ See the Apache License Version 2.0 for the specific language governing permissio + + + + false + + + true + + oss.snapshots + https://oss.sonatype.org/content/repositories/plexus-snapshots/ + + From 202b9f4bc180aae1982912eb8c4fd3ec91fdaddf Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:34:14 +0200 Subject: [PATCH 2/2] Upgrade to released plexus-utils 4.0.0 --- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index d2eed9c..810cd6f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ See the Apache License Version 2.0 for the specific language governing permissio org.codehaus.plexus plexus-utils - 4.0.0-SNAPSHOT + 4.0.0 javax.inject @@ -99,17 +99,4 @@ See the Apache License Version 2.0 for the specific language governing permissio - - - - - false - - - true - - oss.snapshots - https://oss.sonatype.org/content/repositories/plexus-snapshots/ - -