aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorLarry West <31381548+larrywest42@users.noreply.github.com>2019-06-01 08:29:54 -0700
committerBruno P. Kinoshita <kinow@apache.org>2019-08-20 21:54:56 +1200
commit51b32122f9d6c7e1557eb9f60d41e75131dc9ef5 (patch)
tree87473a6d40bfc3438456281127354de47fff7046 /src/site
parentb27f6d5c1c46c8b0f92c0f262b2989efae18c47e (diff)
downloadapache-commons-lang-51b32122f9d6c7e1557eb9f60d41e75131dc9ef5.tar.gz
[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.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/xdoc/release-history.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml
index 0e0525853..e72dd4b4c 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>