This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new c294ef6c2 [MNG-7725] Update surefire to 3.0.0 in default binding
c294ef6c2 is described below
commit c294ef6c227849186f2555a7714049fdfe44432f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Mar 13 22:59:46 2023 +0100
[MNG-7725] Update surefire to 3.0.0 in default binding
---
.../src/main/resources/META-INF/plexus/default-bindings.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
index 7e2f9d7a3..a743ee73a 100644
--- a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
@@ -79,7 +79,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
</test-compile>
<test>
- org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
+ org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar
@@ -123,7 +123,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
</test-compile>
<test>
- org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
+ org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
</test>
<package>
org.apache.maven.plugins:maven-ejb-plugin:3.2.1:ejb
@@ -170,7 +170,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
</test-compile>
<test>
- org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
+ org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
</test>
<package>
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar,
@@ -215,7 +215,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
</test-compile>
<test>
- org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
+ org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
</test>
<package>
org.apache.maven.plugins:maven-war-plugin:3.3.2:war
@@ -294,7 +294,7 @@ Mappings to default lifecycle, specific for each packaging.
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
</test-compile>
<test>
- org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
+ org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
</test>
<package>
org.apache.maven.plugins:maven-rar-plugin:3.0.0:rar