You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/08/20 09:56:01 UTC

[commons-lang] 01/03: [LANG-1460] release-history.xml: correct release year for v3.9

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 51b32122f9d6c7e1557eb9f60d41e75131dc9ef5
Author: Larry West <31...@users.noreply.github.com>
AuthorDate: Sat Jun 1 08:29:54 2019 -0700

    [LANG-1460] release-history.xml: correct release year for v3.9
    
    For v3.9, it had 2018-04-09, which should be 2019-04-09.
---
 src/site/xdoc/release-history.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index 0e05258..e72dd4b 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -32,7 +32,7 @@ limitations under the License.
           <th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th>
         </tr>
         <tr>
-          <td>3.9</td><td>2018-04-09</td><td>8</td><td><a href="javadocs/api-3.9/">api-3.9</a></td><td><a href="release-notes/RELEASE-NOTES-3.9.txt">release notes for 3.9</a></td>
+          <td>3.9</td><td>2019-04-09</td><td>8</td><td><a href="javadocs/api-3.9/">api-3.9</a></td><td><a href="release-notes/RELEASE-NOTES-3.9.txt">release notes for 3.9</a></td>
         </tr>
         <tr>
           <td>3.8.1</td><td>2018-09-19</td><td>7</td><td><a href="javadocs/api-3.8.1/">api-3.8.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.8.1.txt">release notes for 3.8.1</a></td>