Skip to content

Commit c294ef6

Browse files
[MNG-7725] Update surefire to 3.0.0 in default binding
1 parent 5bc322a commit c294ef6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

maven-core/src/main/resources/META-INF/plexus/default-bindings.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Mappings to default lifecycle, specific for each packaging.
7979
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
8080
</test-compile>
8181
<test>
82-
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
82+
org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
8383
</test>
8484
<package>
8585
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar
@@ -123,7 +123,7 @@ Mappings to default lifecycle, specific for each packaging.
123123
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
124124
</test-compile>
125125
<test>
126-
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
126+
org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
127127
</test>
128128
<package>
129129
org.apache.maven.plugins:maven-ejb-plugin:3.2.1:ejb
@@ -170,7 +170,7 @@ Mappings to default lifecycle, specific for each packaging.
170170
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
171171
</test-compile>
172172
<test>
173-
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
173+
org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
174174
</test>
175175
<package>
176176
org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar,
@@ -215,7 +215,7 @@ Mappings to default lifecycle, specific for each packaging.
215215
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
216216
</test-compile>
217217
<test>
218-
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
218+
org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
219219
</test>
220220
<package>
221221
org.apache.maven.plugins:maven-war-plugin:3.3.2:war
@@ -294,7 +294,7 @@ Mappings to default lifecycle, specific for each packaging.
294294
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
295295
</test-compile>
296296
<test>
297-
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8:test
297+
org.apache.maven.plugins:maven-surefire-plugin:3.0.0:test
298298
</test>
299299
<package>
300300
org.apache.maven.plugins:maven-rar-plugin:3.0.0:rar

0 commit comments

Comments
 (0)