Skip to content

Commit 31077b5

Browse files
committed
[KYUUBI #4265] Bump maven-surefire-plugin to 3.0.0-M8
### _Why are the changes needed?_ - bump maven-surefire-plugin 3.0.0-M7 (released in June 2022) to 3.0.0-M8 (release in Jan 2023), release notes: https://blogs.apache.org/maven/entry/apache-maven-surefire-failsafe-plugin1 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4265 from bowenliang123/surefire-3.0.0-M8. Closes #4265 60f9b2d [liangbowen] bump maven-surefire-plugin to 3.0.0-M8 Authored-by: liangbowen <liangbowen@gf.com.cn> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
1 parent 95318d5 commit 31077b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<maven.plugin.download.version>1.6.6</maven.plugin.download.version>
215215
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
216216
<maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>
217-
<maven.plugin.surefire.version>3.0.0-M7</maven.plugin.surefire.version>
217+
<maven.plugin.surefire.version>3.0.0-M8</maven.plugin.surefire.version>
218218
<maven.plugin.scalatest.version>2.2.0</maven.plugin.scalatest.version>
219219
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
220220
<maven.plugin.scalatest.include.tags></maven.plugin.scalatest.include.tags>

0 commit comments

Comments
 (0)