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 acbb8efae07c22e5ac5ad925b9c432b587a1c61d Author: juanpablo <[email protected]> AuthorDate: Tue May 5 21:17:13 2020 +0200 2.11.0-M7-git-19 --- ChangeLog.md | 13 +++++++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7e70096..abff20b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -19,6 +19,19 @@ under the License. **2020-04-09 Juan Pablo Santos (juanpablo AT apache DOT org)** +* _2.11.0-M7-git-19_ + +* [JSPWIKI-304](https://issues.apache.org/jira/browse/JSPWIKI-304): Workflows are not Serializable + +* Dependency updates + * Flexmark to 0.61.26 + * JUnit to 5.6.2 + * Lucene to 8.5.1 + * Selenide to 5.11.1 + * Tika to 1.24 + +**2020-04-09 Juan Pablo Santos (juanpablo AT apache DOT org)** + * _2.11.0-M7-git-18_ * [JSPWIKI-303](https://issues.apache.org/jira/browse/JSPWIKI-303): [JSPWiki API](https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiPublicAPI) library creation 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 2ff709b..04d1e73 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-18"; + public static final String BUILD = "git-19"; /** * This is the generic version string you should use when printing out the version. It is of
