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 2022/12/02 20:31:28 UTC

[commons-net] branch master updated: Fix release date

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 d88de866 Fix release date
d88de866 is described below

commit d88de866e0390442cf7b319c77e72b5637e0b1da
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Dec 2 15:31:24 2022 -0500

    Fix release date
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a78d7fdd..bb9a1f9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
   <body>
-    <release version="3.9.0" date="2021-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).">
       <!-- FIX -->
       <action type="fix" issue="NET-708" dev="ggregory" due-to="XenoAmess">
         Use yyyy instead of YYYY in SimpleDateFormat #97.