This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 92500c4 Fix release date for v1.1 (#56)
92500c4 is described below
commit 92500c4bd7c9f9de20fb63247ac0e0b0f9011655
Author: Anirudh <[email protected]>
AuthorDate: Thu Jan 2 14:04:34 2025 +0530
Fix release date for v1.1 (#56)
---
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 b268508..8bd8276 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -25,7 +25,7 @@ limitations under the License.
<table>
<tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required
Java Version</th><th>Release notes</th></tr>
<tr>
- <td>1.1</td><td>2022-08-20</td><td>8+</td><td><a
href="release-notes/RELEASE-NOTES-1.1.txt">Release notes for 1.1</a></td>
+ <td>1.1</td><td>2024-08-20</td><td>8+</td><td><a
href="release-notes/RELEASE-NOTES-1.1.txt">Release notes for 1.1</a></td>
</tr>
<tr>
<td>1.0</td><td>2022-12-05</td><td>8+</td><td><a
href="release-notes/RELEASE-NOTES-1.0.txt">Release notes for 1.0</a></td>