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 1e6e4f322fc19a203d3793936db045028a01fc4b Author: juanpablo <[email protected]> AuthorDate: Tue Mar 24 23:09:29 2020 +0100 2.11.0-M7-git-15 --- ChangeLog.md | 15 +++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f1d708e..215e77b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,21 @@ specific language governing permissions and limitations under the License. --> +**2020-03-25 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M7-git-15_ + +* [JSPWIKI-303](https://issues.apache.org/jira/browse/JSPWIKI-303): JSPWiki-API library creation + * `Page` deals with ACLs + +* Refactor `WikiEngine` initialization, in order to prepare for building and configuring custom +managers (somewhat related to [JSPWIKI-806](https://issues.apache.org/jira/browse/JSPWIKI-806) - +EntityManager Proposal) + +* Dependency updates + * Lucene to 8.5.0 + * JUnit to 5.6.1 + **2020-03-21 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-M7-git-14_ 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 61fd742..a029ab0 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-14"; + public static final String BUILD = "git-15"; /** * This is the generic version string you should use when printing out the version. It is of
