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-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new cc578085 Make sure we depend on old plugin testing
cc578085 is described below

commit cc5780857b8ee23e46d4569fc06cc7cc29fb91e1
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Thu Jun 20 08:53:22 2024 +0200

    Make sure we depend on old plugin testing
---
 maven-plugin-tools-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-plugin-tools-api/pom.xml b/maven-plugin-tools-api/pom.xml
index 861bb804..a5bb13ec 100644
--- a/maven-plugin-tools-api/pom.xml
+++ b/maven-plugin-tools-api/pom.xml
@@ -137,6 +137,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
+      <version>${pluginTestingHarnessVersion}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to