This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new 5f90ca20 Pick up maven-surefire-plugin version from parent 5f90ca20 is described below commit 5f90ca20beac7f026c3f9221db03fbb134aeb135 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 09:43:15 2023 -0500 Pick up maven-surefire-plugin version from parent --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 437c7296..87dddca5 100644 --- a/pom.xml +++ b/pom.xml @@ -291,7 +291,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M7</version> <configuration> <!-- Don't allow test to run for more than 30 minutes --> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>