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:19:55 UTC

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


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

commit 20d7ed53d6215ce0a75f12fbfa96a47cc93753fe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:19:50 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 281ab17f..099eae3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
     <japicmp.skip>false</japicmp.skip>
 
-    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.5</slf4j.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>