This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 65c411b Replace maven-plugin-testing-harness with maven-testing from
Maven 4
65c411b is described below
commit 65c411be8e0197ce56dd5e44c94dec4f7a21038e
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Jun 14 13:28:46 2026 +0200
Replace maven-plugin-testing-harness with maven-testing from Maven 4
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 169ae00..ff6386b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,9 +167,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.maven.plugin-testing</groupId>
- <artifactId>maven-plugin-testing-harness</artifactId>
- <version>${mavenPluginTestingVersion}</version>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-testing</artifactId>
+ <version>${mavenVersion}</version>
<scope>test</scope>
</dependency>
<dependency>