You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by gg...@apache.org on 2018/06/13 18:30:09 UTC

svn commit: r1031162 - /websites/production/commons/content/proper/commons-text/release-history.html

Author: ggregory
Date: Wed Jun 13 18:30:09 2018
New Revision: 1031162

Log:
USe ISO 8601 format for dates per Olivier Jaquemet's suggestion.

Modified:
    websites/production/commons/content/proper/commons-text/release-history.html

Modified: websites/production/commons/content/proper/commons-text/release-history.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/release-history.html (original)
+++ websites/production/commons/content/proper/commons-text/release-history.html Wed Jun 13 18:30:09 2018
@@ -234,7 +234,7 @@
 
 <tr class="a">
 <th>Version</th>
-<th>Release date</th>
+<th>Release date (YYYY-MM-DD)</th>
 <th>Required Java Version</th>
 <th>Javadoc</th>
 <th>Release notes</th></tr>
@@ -242,14 +242,14 @@
 <tr class="b">
   
 <td>1.4</td>
-<td>06-12-2018</td>
+<td>2018-06-12</td>
 <td>7</td>
 <td><a href="javadocs/api-1.4/index.html">api-1.4</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.4.txt">release notes for 1.4</a></td>
 </tr>
 
 <td>1.3</td>
-<td>03-16-2018</td>
+<td>2018-03-16</td>
 <td>7</td>
 <td><a href="javadocs/api-1.3/index.html">api-1.3</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.3.txt">release notes for 1.3</a></td>
@@ -258,7 +258,7 @@
 <tr class="a">
   
 <td>1.2</td>
-<td>12-12-2017</td>
+<td>2017-12-12</td>
 <td>7</td>
 <td><a href="javadocs/api-1.2/index.html">api-1.2</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.2.txt">release notes for 1.2</a></td>
@@ -267,7 +267,7 @@
 <tr class="b">
   
 <td>1.1</td>
-<td>5-23-2017</td>
+<td>2017-05-23</td>
 <td>7</td>
 <td><a href="javadocs/api-1.1/index.html">api-1.1</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
@@ -276,7 +276,7 @@
 <tr class="a">
   
 <td>1.0</td>
-<td>3-11-2017</td>
+<td>2017-03-11</td>
 <td>7</td>
 <td><a href="javadocs/api-1.0/index.html">api-1.0</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
@@ -285,7 +285,7 @@
 <tr class="b">
   
 <td>1.0-beta-1</td>
-<td>2-9-2017</td>
+<td>2017-02-09</td>
 <td>7</td>
 <td><a href="javadocs/api-1.0-beta-1/index.html">api-1.0-beta-1</a></td>
 <td><a href="release-notes/RELEASE-NOTES-1.0-beta-1.txt">release notes for 1.0-beta-1</a></td>