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:59:43 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 5afe6a42 Pick up JUnit version from parent POM
5afe6a42 is described below

commit 5afe6a42288722d7bd9678230157b0dbbc159c5b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:59:38 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 10dd2ca5..a8ae1c6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,6 @@
     <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
     <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
-    <commons.junit.version>5.9.1</commons.junit.version>
 
     <!-- Commons Release Plugin -->
     <commons.release.version>1.0-alpha3</commons.release.version>