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 ed5e1b1 Prepare 2.11.1
ed5e1b1 is described below
commit ed5e1b1d591a7de199ee8df1fddc3d1592902af5
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Wed Dec 15 17:05:38 2021 +0100
Prepare 2.11.1
---
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 c950d6c..0b06a5a 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 = "02";
+ public static final String BUILD = "";
/**
* This is the generic version string you should use when printing out
the version. It is of