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-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new a714576  Use new property for maven-plugin-tools version
a714576 is described below

commit a7145769c9aed0708d9b9590812152b507b52cc8
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Feb 17 17:12:03 2024 +0100

    Use new property for maven-plugin-tools version
---
 src/it/setup-mock-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/setup-mock-plugin/pom.xml b/src/it/setup-mock-plugin/pom.xml
index 509185e..0cc0408 100644
--- a/src/it/setup-mock-plugin/pom.xml
+++ b/src/it/setup-mock-plugin/pom.xml
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-annotations</artifactId>
-      <version>@maven.plugin.tools.version@</version>
+      <version>@version.maven-plugin-tools@</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Reply via email to