You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 01:01:02 UTC

[commons-net] branch master updated: Fix surefire crash

This is an automated email from the ASF dual-hosted git repository.

sebb 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 cc89e39  Fix surefire crash
cc89e39 is described below

commit cc89e39fbced7fb93f2173abe2c17ef3d6915393
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 02:00:53 2020 +0100

    Fix surefire crash
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 54d6db2..403183e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,8 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
         <checkstyle.tool.version>6.9</checkstyle.tool.version>
         <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
+        <!-- Temporary until CP51 -->
+        <commons.surefire.version>2.22.2</commons.surefire.version>
     </properties>
 
     <scm>