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 c273153deb79d5a8b34659ef0556dd3e39703d7d Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Thu Nov 18 18:28:39 2021 +0100 2.11.0-git-14 --- ChangeLog.md | 11 ++++++++++- jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5435210..ac60dd7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,7 +17,16 @@ specific language governing permissions and limitations under the License. --> -**2021-11-15 Juan Pablo Santos (juanpablo AT apache DOT org)** +**2021-11-18 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-git-14_ + +* [JSPWIKI-1160](https://issues.apache.org/jira/browse/JSPWIKI-1160) - Ensure JSPWiki builds with JDKs 8, 11 and 17 + +* Dependency updates + * Lucene to 8.11.0 + +**2021-11-17 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-git-13_ 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 194ab3d..df97e42 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 = "13"; + public static final String BUILD = "14"; /** * This is the generic version string you should use when printing out the version. It is of
