You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 16:20:44 UTC

[commons-dbcp] branch master updated: Pick up maven-surefire-plugin version from parent POM

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 74eaccb5 Pick up maven-surefire-plugin version from parent POM
74eaccb5 is described below

commit 74eaccb5f488547960f10eee793c50c8bd3abce6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:20:40 2023 -0500

    Pick up maven-surefire-plugin version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21637699..3f3f090e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,6 @@
     <commons.jira.id>DBCP</commons.jira.id>
     <commons.jira.pid>12310469</commons.jira.pid>
     <!-- Override CP version until that is updated -->
-    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>