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 b52310938471e44474de9d66cdf72eb949c0f990 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Fri Mar 11 14:42:53 2022 +0100 2.11.3-git-02 --- ChangeLog.md | 21 +++++++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f710652..44ca6c1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,27 @@ specific language governing permissions and limitations under the License. --> +**2022-03-11 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.3-git-02_ + +* Introduce [Engine Lifecycle Extensions](https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToWriteAnEngineLifecycleExtension) into JSPWiki's [public API](https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiPublicAPI). + +* Extracted `org.apache.wiki.htmltowiki` to its own module, `jspwiki-wysiwyg` + +* Dependency updates + * Apache parent pom to 25 - closes [#172](https://github.com/apache/jspwiki/pull/172), thanks to dependabot + * AWS Kendra Java SDK to 1.12.176 + * Flexmark to 0.64.0 - closes [#171](https://github.com/apache/jspwiki/pull/171), thanks to dependabot + * Gson to 2.9.0 + * Jetty to 9.4.45.v20220203 - closes [#175](https://github.com/apache/jspwiki/pull/175), thanks to dependabot + * Log4J to 2.17.2 + * Nekohtml migrated to [CodeLibs' fork](https://github.com/codelibs/nekohtml), version 2.0.2 + * Selenide to 6.3.4 + * Tomcat to 9.0.59 + * Maven compiler plugin to 3.10.1, project info reports plugin to 3.2.2 - closes [#174](https://github.com/apache/jspwiki/pull/174), thanks to dependabot + + **2022-03-05 Dirk Frederickx (brushed AT apache DOT org)** * _2.11.3-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 a7d1580..0da36fc 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
