Skip to content

Commit 5d6e2fd

Browse files
committed
Update guessed release date for 2.6.1.0 to its actual release date. (Maven Central took a bit longer than anticipated.)
1 parent 7067804 commit 5d6e2fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/esapi4java-core-2.6.1.0-release-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Release notes for ESAPI 2.6.1.0
2-
Release date: 2025-05-18
2+
Release date: 2025-05-19
33
Project leaders:
44
-Kevin W. Wall <[email protected]>
55
-Matt Seil <[email protected]>
@@ -93,7 +93,7 @@ None known, other than the remaining open issues on GitHub.
9393

9494
-----------------------------------------------------------------------------
9595

96-
* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-18.
96+
* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-19.
9797

9898
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.
9999

scripts/vars.2.6.1.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION=2.6.1.0
88
PREV_VERSION=2.6.0.0
99

1010
# Release date of current version in yyyy-mm-dd format
11-
YYYY_MM_DD_RELEASE_DATE=2025-05-18
11+
YYYY_MM_DD_RELEASE_DATE=2025-05-19
1212

1313
# Previous ESAPI release date in same format
1414
PREV_RELEASE_DATE=2024-11-25

0 commit comments

Comments
 (0)