Skip to content

Commit

Permalink
[MNG-7725] Update surefire to 3.0.0 in default binding
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 14, 2023
1 parent 5bc322a commit c294ef6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c294ef6

Please sign in to comment.