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 3a4ed8209c8f074ccf8e5c5761af2a9f2552ba77 Author: juanpablo <[email protected]> AuthorDate: Fri Aug 31 17:36:56 2018 +0200 2.10.5-git-09 --- ChangeLog | 4 ++++ jspwiki-war/src/main/java/org/apache/wiki/Release.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c09361..ad8d94e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-31 Siegfried Goeschl ([email protected]) + + * 2.10.5-git-09 : JSPWIKI-1073 Upgrade the jspwiki-portable build + 2018-07-08 Juan Pablo Santos (juanpablo AT apache DOT org) * 2.10.5-git-08 : update flexmark to 0.34.6 and slf4j to 1.7.25 diff --git a/jspwiki-war/src/main/java/org/apache/wiki/Release.java b/jspwiki-war/src/main/java/org/apache/wiki/Release.java index fa6d270..0662e20 100644 --- a/jspwiki-war/src/main/java/org/apache/wiki/Release.java +++ b/jspwiki-war/src/main/java/org/apache/wiki/Release.java @@ -72,7 +72,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "8"; + public static final String BUILD = "9"; /** * This is the generic version string you should use when printing out the version. It is of
