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 8e063af826bbb2e8bdadd2934fa28ec0197aa0ee Author: Juan Pablo Santos Rodríguez <[email protected]> AuthorDate: Mon Sep 27 11:09:56 2021 +0200 2.11.0-git-10 --- ChangeLog.md | 17 +++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index bbd0675..4ecd525 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,23 @@ specific language governing permissions and limitations under the License. --> +**2021-09-27 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-git-10_ + +* Several code improvements, all relevant PRs provided by Arturo Bernal, thanks! + * [JSPWIKI-1148](https://issues.apache.org/jira/browse/JSPWIKI-1148) - Avoid File Stream [#47](https://github.com/apache/jspwiki/pull/47) + * [JSPWIKI-1151](https://issues.apache.org/jira/browse/JSPWIKI-1151) - Simplify assertion with simpler and equivalent calls [#134](https://github.com/apache/jspwiki/pull/134) + * [JSPWIKI-1152](https://issues.apache.org/jira/browse/JSPWIKI-1152) - Make final variable when is possible [#135](https://github.com/apache/jspwiki/pull/135) + * [JSPWIKI-1153](https://issues.apache.org/jira/browse/JSPWIKI-1153) - Inline Variable [#136](https://github.com/apache/jspwiki/pull/136) + * [JSPWIKI-1154](https://issues.apache.org/jira/browse/JSPWIKI-1154) - Replace ´if´ with switch statements [#137](https://github.com/apache/jspwiki/pull/137) + +* Dependency updates, provided by dependabot + * JUnit to 5.8.1 [#132](https://github.com/apache/jspwiki/pull/132) + * Selenide to 5.24.4 [#131](https://github.com/apache/jspwiki/pull/131) + * Tomcat to 9.0.53 [#127](https://github.com/apache/jspwiki/pull/127) + * XStream to 1.4.18 [#128](https://github.com/apache/jspwiki/pull/128) + **2021-09-11 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-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 4de8937..e5b51eb 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 = "git-09"; + public static final String BUILD = "git-10"; /** * This is the generic version string you should use when printing out the version. It is of
