You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/19 09:42:44 UTC

[maven-plugin-tools] branch master updated: Use plexusUtilsVersion property in IT test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8fd4c92 Use plexusUtilsVersion property in IT test
b8fd4c92 is described below

commit b8fd4c92f30700c2dc97486d03583171e33af0e2
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Jul 19 10:51:54 2022 +0200

    Use plexusUtilsVersion property in IT test
---
 maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml b/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml
index 5cd901b5..dd3624a6 100644
--- a/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml
+++ b/maven-plugin-plugin/src/it/fix-maven-since-3.x/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.2</version>
+      <version>@plexusUtilsVersion@</version>
     </dependency>
   </dependencies>