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 58d0820bf0185744e645c00d74e6ae246c8c91ca Author: juanpablo <[email protected]> AuthorDate: Tue Nov 10 20:48:55 2020 +0100 2.11.0-M8-git-04 --- ChangeLog.md | 9 +++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f120de6..53d5006 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,15 @@ specific language governing permissions and limitations under the License. --> +**2020-11-10 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M8-git-04_ + +* [JSPWIKI-1131](https://issues.apache.org/jira/browse/JSPWIKI-1131): Lucene Index not updated on edits/new page + * Ensure latest version of page gets indexed, so changes using `VersioningFileProvider` get returned by searches. + +* Removed unused publishers from `Jenkinsfile` in order to speed up the CI build. + **2020-11-07 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-M8-git-03_ 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 9f58709..9967d16 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-03"; + public static final String BUILD = "git-04"; /** * This is the generic version string you should use when printing out the version. It is of
