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:21:52 UTC

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


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

commit 6dde7457cd4ccd91b41c24a4f9e2bbcfdc4205d7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:21:45 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 e6ab4e49..41334eda 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.surefire.version>3.0.0-M7</commons.surefire.version>
         <!-- for debugging FTPSClientTest -->
         <commons.net.trace_calls>false</commons.net.trace_calls>
         <commons.net.add_listener>false</commons.net.add_listener>