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:08:45 UTC

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


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

commit 3fa32ce576d0d7de36734bd6374df571173c8a13
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:08:41 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 3a865c20..544cac61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,6 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.release.isDistModule>true</commons.release.isDistModule>
 
-    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
   </properties>