From db9bf3cd09300084e4f9864a548cbdc5203b3a6d Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 17 Nov 2025 06:29:50 -0500 Subject: [PATCH] build: release 1.4.0 --- README.md | 24 ++++++++++++++---------- pom.xml | 25 +++++++++++++++---------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ee9f915..a34562b 100644 --- a/README.md +++ b/README.md @@ -23,21 +23,21 @@ The jars are also available in Central: org.owasp.encoder encoder - 1.3.0 + 1.4.0 org.owasp.encoder encoder-jakarta-jsp - 1.3.0 + 1.4.0 org.owasp.encoder encoder-jsp - 1.3.0 + 1.4.0 ``` @@ -98,24 +98,28 @@ TagLib News ---- +### 2025-11-17 - 1.4.0 Release +The team is happy to announce that version 1.4.0 has been released! +* feat: add XML 1.1 encoding support [#88](https://github.com/OWASP/owasp-java-encoder/pull/88). + ### 2024-08-20 - 1.3.1 Release The team is happy to announce that version 1.3.1 has been released! -* fix: add OSGi related entries in the MANIFEST.MF file (#82). -* fix: java.lang.NoSuchMethodError when running on Java 8 (#80). +* fix: add OSGi related entries in the MANIFEST.MF file [#82](https://github.com/OWASP/owasp-java-encoder/pull/82). +* fix: java.lang.NoSuchMethodError when running on Java 8 [#80](https://github.com/OWASP/owasp-java-encoder/pull/80). ### 2024-08-02 - 1.3.0 Release The team is happy to announce that version 1.3.0 has been released! * Minimum JDK Requirement is now Java 8 - Requires Java 17 to build due to test case dependencies. -* Adds Java 9 Module name via Multi-Release Jars (#77). -* Fixed compilation errors with the ESAPI Thunk (#76). -* Adds support for Servlet Spec 5 using the `jakarta.servlet.*` (#75). +* Adds Java 9 Module name via Multi-Release Jars [#77](https://github.com/OWASP/owasp-java-encoder/pull/77). +* Fixed compilation errors with the ESAPI Thunk [#76](https://github.com/OWASP/owasp-java-encoder/pull/76). +* Adds support for Servlet Spec 5 using the `jakarta.servlet.*` [#75](https://github.com/OWASP/owasp-java-encoder/pull/88). - taglib : <%@taglib prefix="e" uri="owasp.encoder.jakarta"%> ### 2020-11-08 - 1.2.3 Release The team is happy to announce that version 1.2.3 has been released! -* Update to make the manifest OSGi-compliant (#39). -* Update to support ESAPI 2.2 and later (#37). +* Update to make the manifest OSGi-compliant [#39](https://github.com/OWASP/owasp-java-encoder/pull/39). +* Update to support ESAPI 2.2 and later [#37](https://github.com/OWASP/owasp-java-encoder/pull/37). ### 2018-09-14 - 1.2.2 Release The team is happy to announce that version 1.2.2 has been released! diff --git a/pom.xml b/pom.xml index deacc07..be80cdc 100755 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.owasp.encoder encoder-parent - 1.3.1 + 1.4.0 pom OWASP Java Encoder Project @@ -92,15 +92,6 @@ http://owasp.github.io/owasp-java-encoder - - - OWASP Java Encoder Issues at GitHub - https://github.com/OWASP/owasp-java-encoder/issues - https://github.com/OWASP/owasp-java-encoder/issues - https://github.com/OWASP/owasp-java-encoder/issues - https://github.com/OWASP/owasp-java-encoder/issues - - github @@ -259,6 +250,11 @@ findbugs-maven-plugin 3.0.4 + + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 + @@ -384,6 +380,15 @@ org.apache.maven.plugins maven-site-plugin + + org.sonatype.central + central-publishing-maven-plugin + true + + central + false + +