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 7d60979947040bfcc800a422ee0f4ed117b31f6a Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Thu Jul 14 19:58:40 2022 +0200 2.11.3-git-10 --- ChangeLog.md | 14 ++++++++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index d5f8252c6..9835a5665 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,20 @@ specific language governing permissions and limitations under the License. --> +**2022-07-14 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.3-git-10_ + +* Bring CSRF protection to group management JSPs + +* Add default application name on `<title>` elements to templates' templates, and `Main` as default frontpage is none is defined on default template + +* Dependency updates + * Parent to Apache Parent 27 + * Jetty to 9.4.48.v20220622 - closes [#199](https://github.com/apache/jspwiki/pull/199) + * Mockito to 4.6.1 - closes [#198](https://github.com/apache/jspwiki/pull/198) + * Maven plugins: release to 3.0.0-M6 (closes [#201](https://github.com/apache/jspwiki/pull/201), thanks to dependabot), junit5-tree-reporter to 1.0.1 (closes [#200](https://github.com/apache/jspwiki/pull/200), thanks to dependabot) + **2022-07-12 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.3-git-09_ 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 9ef68f1fa..d2b8a9245 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 = "09"; + public static final String BUILD = "10"; /** * This is the generic version string you should use when printing out the version. It is of
