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/08/01 19:09:47 UTC

[commons-net] branch NET_3_7 updated: Try RC2

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

sebb pushed a commit to branch NET_3_7
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/NET_3_7 by this push:
     new 5e5b43f  Try RC2
5e5b43f is described below

commit 5e5b43f747e06beed90c84cdc40b373b8110090b
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 1 20:08:45 2020 +0100

    Try RC2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 796afae..33bb507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
 
         <!-- Current release -->
         <commons.release.version>3.7</commons.release.version>
-        <commons.rc.version>RC1</commons.rc.version>
+        <commons.rc.version>RC2</commons.rc.version>
         <commons.release.desc>(Requires Java ${maven.compiler.target} or later)</commons.release.desc>
 
         <!-- Release plugin defines -->