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 2020/09/30 03:58:31 UTC

[commons-net] branch release updated: Prepare for 3.7.1 RC2.

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

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


The following commit(s) were added to refs/heads/release by this push:
     new 2a64bdb  Prepare for 3.7.1 RC2.
2a64bdb is described below

commit 2a64bdb3790ac526d494b187063e524942e82182
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 23:58:26 2020 -0400

    Prepare for 3.7.1 RC2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aeaea9e..a4a5def 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.1</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 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 13d7069..f26e9be 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-        <release version="3.7.1" date="2020-09-29" description="Maintenance and bug fix release.">
+        <release version="3.7.1" date="2020-09-30" description="Maintenance and bug fix release.">
             <action issue="NET-687" type="fix" dev="ggregory" due-to="Gary Gregory, Mikael, j-verse">
             [FTPS] javax.net.ssl.SSLException: Unsupported or unrecognized SSL message, #59.
             </action>