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 f47298624be7bfc277d12e12437d68cfbc793d0c Author: juanpablo <[email protected]> AuthorDate: Wed Sep 30 22:38:27 2020 +0200 2.11.0-M8-git-01 --- ChangeLog.md | 19 +++++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 979d779..6f844ac 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,25 @@ specific language governing permissions and limitations under the License. --> +**2020-09-30 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M8-git-01_ + +* [JSPWIKI-1131](https://issues.apache.org/jira/browse/JSPWIKI-1131): Lucene Index not updated on edits/new page + +* Dependency updates + * Awaitility to 4.0.3 + * Commons IO to 2.8.0 + * Commons Lang to 3.11 + * Commons Text to 1.9 + * Flexmark to 0.62.2 + * Hsqldb to 2.5.1 + * JUnit to 5.7.0 + * Lucene to 8.6.2 + * Mockito 3.5.13 + * Selenide 5.15.0 + * Tomcat to 9.0.38 + **2020-05-21 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-M7-git-20_ 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 a5a9fbc..07c986c 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 @@ -50,7 +50,7 @@ public final class Release { * <p> * If the POSTFIX is empty, it is not added to the version string. */ - private static final String POSTFIX = "M7"; + private static final String POSTFIX = "M8"; /** The JSPWiki major version. */ public static final int VERSION = 2; @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = ""; + public static final String BUILD = "git-01"; /** * This is the generic version string you should use when printing out the version. It is of
