This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit c31d4f284983fd25e37e7ec5682fe2bdfddc439b Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Tue Sep 30 20:05:33 2025 +0200 3.0.0-git-02 --- ChangeLog.md | 13 +++++++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 798f65568..6de716416 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,19 @@ specific language governing permissions and limitations under the License. --> +**2025-09-30 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _3.0.0-git-02_ + +* JDK-17 as baseline + +* Dependency updates + * JUnit to 6.0.0 + * Mockito to 5.20.0 + * Selenide 7.10.1 + * SLF4J to 2.0.17 + * Maven plugins: wro4j to 2.1.1 (closes [PR #285](https://github.com/apache/jspwiki/pull/285)) + **2025-09-27 Juan Pablo Santos (juanpablo AT apache DOT org)** * _3.0.0-git-01_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index 7c9efc3db..aae850061 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "01"; + public static final String BUILD = "02"; /** * This is the generic version string you should use when printing out the version. It is of
