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
The following commit(s) were added to refs/heads/master by this push:
new b31e989d2 prepare for 2.12.0
b31e989d2 is described below
commit b31e989d2271f8ffb486676d714866a360b8bafe
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Sat May 13 18:30:39 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 f8e66edeb..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 = "07";
+ public static final String BUILD = "";
/**
* This is the generic version string you should use when printing out
the version. It is of