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 15:54:45 UTC

[commons-compress] branch master updated: Pick up JUnit 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 f68b282a Pick up JUnit version from parent POM
f68b282a is described below

commit f68b282a6cc7a4cfc56b063370b590c4c124f48e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:54:40 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 1212b2fb..f451722f 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.junit.version>5.9.1</commons.junit.version>
     <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>