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/01 20:19:04 UTC

[commons-net] branch release updated: Set date in changes.xml

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 faab0b95 Set date in changes.xml
faab0b95 is described below

commit faab0b950e813f24fba93b3a852648f6511197ed
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 1 15:18:59 2022 -0500

    Set date in changes.xml
---
 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 e0319c49..a78d7fdd 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-MM-DD" description="Maintenance and bug fix release (Java 8).">
+    <release version="3.9.0" date="2021-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.