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:00:38 UTC

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


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

commit a140c77dff984aadf0a0120ab6686b25bf5d76e4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:00:34 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 9b81dbc9..943da244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,6 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
         <!-- Local version defines -->
         <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
-        <commons.junit.version>5.9.1</commons.junit.version>
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
         <commons.japicmp.version>0.17.1</commons.japicmp.version>
         <commons.surefire.version>3.0.0-M7</commons.surefire.version>