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 94d658571b9b2efbdb51e7ea19e406302a05b7eb Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Mon Jul 25 23:35:10 2022 +0200 2.11.3-git-12 --- ChangeLog.md | 8 ++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 40dc2ed99..3b7a10932 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,14 @@ specific language governing permissions and limitations under the License. --> +**2022-07-25 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.3-git-12_ + +* Dependency updates + * Tomcat to 9.0.65 (closes [#210](https://github.com/apache/jspwiki/pull/210)), thanks to dependabot + * Maven plugins: install to 3.0.1 (closes [#214](https://github.com/apache/jspwiki/pull/214)), assembly to 3.4.2 (closes [#215](https://github.com/apache/jspwiki/pull/215)), surefire junit5 tree reporter to 1.1.0 (closes [#216](https://github.com/apache/jspwiki/pull/216)), thanks to dependabot + **2022-07-20 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.3-git-11_ 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 f2e455365..ed521138d 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 = "11"; + public static final String BUILD = "12"; /** * This is the generic version string you should use when printing out the version. It is of
