From 5d6e2fda4dbec5f76ece8c617b589aa121e11a8c Mon Sep 17 00:00:00 2001 From: kwwall Date: Sun, 1 Jun 2025 19:53:08 -0400 Subject: [PATCH] Update guessed release date for 2.6.1.0 to its actual release date. (Maven Central took a bit longer than anticipated.) --- documentation/esapi4java-core-2.6.1.0-release-notes.txt | 4 ++-- scripts/vars.2.6.1.0 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/esapi4java-core-2.6.1.0-release-notes.txt b/documentation/esapi4java-core-2.6.1.0-release-notes.txt index 7f3c0a88b..e81f3bda0 100644 --- a/documentation/esapi4java-core-2.6.1.0-release-notes.txt +++ b/documentation/esapi4java-core-2.6.1.0-release-notes.txt @@ -1,5 +1,5 @@ Release notes for ESAPI 2.6.1.0 - Release date: 2025-05-18 + Release date: 2025-05-19 Project leaders: -Kevin W. Wall -Matt Seil @@ -93,7 +93,7 @@ None known, other than the remaining open issues on GitHub. ----------------------------------------------------------------------------- -* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-18. +* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-19. Note: I am no longer going to provide the 'Developer Activity Report' that I used to this manually create in tabluar form. This is in part because I use to use 'mvn site' to assist with its creation, but neither the 'Developer Activiity' nor 'File Activity' sections of the 'mvn site' output is currently working. diff --git a/scripts/vars.2.6.1.0 b/scripts/vars.2.6.1.0 index fba98e28d..b067cb61f 100644 --- a/scripts/vars.2.6.1.0 +++ b/scripts/vars.2.6.1.0 @@ -8,7 +8,7 @@ VERSION=2.6.1.0 PREV_VERSION=2.6.0.0 # Release date of current version in yyyy-mm-dd format -YYYY_MM_DD_RELEASE_DATE=2025-05-18 +YYYY_MM_DD_RELEASE_DATE=2025-05-19 # Previous ESAPI release date in same format PREV_RELEASE_DATE=2024-11-25