This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push: new db2485bf04 Bump surefire and failsafe plugins to 3.0.0-M6 (#2607) db2485bf04 is described below commit db2485bf046ad8cbae73fa40cd710e46d5fcba02 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Mon Apr 4 13:12:28 2022 -0400 Bump surefire and failsafe plugins to 3.0.0-M6 (#2607) * Bypass buggy 3.0.0-M5 version; this fixes #2555 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 52bd5b43c0..06d088ccc9 100644 --- a/pom.xml +++ b/pom.xml @@ -155,8 +155,7 @@ <surefire.forkCount>1C</surefire.forkCount> <surefire.groups /> <surefire.reuseForks>true</surefire.reuseForks> - <!-- 3.0.0-M5 causes RowHashIT.test and ShellServerIT.scansWithClassLoaderContext to fail --> - <surefire.version>3.0.0-M4</surefire.version> + <surefire.version>3.0.0-M6</surefire.version> <!-- Thrift version --> <thrift.version>0.15.0</thrift.version> <unitTestMemSize>-Xmx1G</unitTestMemSize>