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:22:12 UTC

[commons-vfs] 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-vfs.git


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

commit adcd9fe6bf481c338557cc9f461d98bf75aaf326
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:22:08 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 f720ece9..280bab1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,6 @@
     <httpclient5.version>5.2.1</httpclient5.version>
     <jackrabbit1.version>1.6.5</jackrabbit1.version>
     <jackrabbit2.version>2.21.14</jackrabbit2.version>
-    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>