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 8d82efd006ac63d8a0a783b3953135a416d0eb96 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Fri May 5 22:36:57 2023 +0200 prepare for 2.12.0 --- jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ed56713d1..6020ad018 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 = "-git-"; + private static final String POSTFIX = ""; /** 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 = "06"; + public static final String BUILD = ""; /** * This is the generic version string you should use when printing out the version. It is of
