This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch plugin-testing in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit 35600a811040008f8a44f4b52fda3bfcd222d20f 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>
