You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/30 13:29:54 UTC

[maven-plugin-testing] branch master updated: [MPLUGINTESTING-78] Fix dependency to wrong plexus-utils

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c8c301  [MPLUGINTESTING-78] Fix dependency to wrong plexus-utils
0c8c301 is described below

commit 0c8c301ce4bcc510d93f902a45c0ecb699d13f12
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Nov 30 14:29:42 2022 +0100

    [MPLUGINTESTING-78] Fix dependency to wrong plexus-utils
---
 maven-plugin-testing-harness/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml
index b9d7347..6450422 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -73,9 +73,9 @@ under the License.
 
     <!-- plexus -->
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
+      <groupId>org.apache.maven</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.4.2</version>
+      <version>${mavenVersion}</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>