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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new c10432fc Pick up maven-surefire-plugin version from parent
c10432fc is described below
commit c10432fc0db80001df35756db0bb6775689b432c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 09:41:40 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 975930ab..cfcf3e18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M7</version>
<configuration>
<forkMode>pertest</forkMode>
<!-- limit memory size see BEANUTILS-291