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:24:29 UTC

[commons-codec] 02/02: 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-codec.git

commit 10f2ad17df579d880b1ce0ec4794785b4f2488d3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:24:19 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 3f519f08..d1ea7554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,6 @@ limitations under the License.
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
-    <commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
     <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>