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 045849dd Clarifies Java platform requirement
045849dd is described below

commit 045849dd399518e9c5e792a818916ec58c38b3e6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 2 08:36:03 2023 -0400

    Clarifies Java platform requirement
---
 RELEASE-NOTES.txt       | 4 ++--
 src/changes/changes.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8bf784b3..7ee86ebb 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -7,7 +7,7 @@ Apache Commons Net library contains a collection of network 
utilities and protoc
 Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), 
Telnet, and Whois.
 
 
-Maintenance and bug fix release (Java 8).
+Maintenance and bug fix release (Java 8 or above).
 
 For complete information on Apache Commons Net, including instructions on how 
to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons Net website:
@@ -78,7 +78,7 @@ Apache Commons Net library contains a collection of network 
utilities and protoc
 Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), 
Telnet, and Whois.
 
 
-Maintenance and bug fix release (Java 8).
+Maintenance and bug fix release (Java 8 or above).
 
 For complete information on Apache Commons Net, including instructions on how 
to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons Net website:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bf133c3c..dffbb051 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
     -->
 
   <body>
-    <release version="3.10.1" date="202Y-MM-DD" description="Maintenance and 
bug fix release (Java 8).">
+    <release version="3.10.1" date="202Y-MM-DD" description="Maintenance and 
bug fix release (Java 8 or above).">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Precompile regular expression in 
UnixFTPEntryParser.preParse(List&lt;String&gt;).
@@ -75,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-parent from 62 to 64.
       </action>
     </release>
-    <release version="3.10.0" date="2023-10-01" description="Maintenance and 
bug fix release (Java 8).">
+    <release version="3.10.0" date="2023-10-01" description="Maintenance and 
bug fix release (Java 8 or above).">
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">
         Add and use DatagramSocketClient.setDefaultTimeout(Duration) and 
deprecate DatagramSocketClient.setDefaultTimeout(int).
@@ -188,7 +188,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-lang3 from 3.12.0 to 3.13.0.
       </action>
     </release>
-    <release version="3.9.0" date="2022-11-26" description="Maintenance and 
bug fix release (Java 8).">
+    <release version="3.9.0" date="2022-11-26" description="Maintenance and 
bug fix release (Java 8 or above).">
       <!-- FIX -->
       <action type="fix" issue="NET-708" dev="ggregory" due-to="XenoAmess">
         Use yyyy instead of YYYY in SimpleDateFormat #97.

Reply via email to