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 5a28223 next reattempt for 2.11.0.M5
5a28223 is described below
commit 5a28223ae3aa137eac80b823df6ceeceaaff1e50
Author: juanpablo <[email protected]>
AuthorDate: Sat Sep 14 17:06:13 2019 +0200
next reattempt for 2.11.0.M5
---
jspwiki-main/src/main/java/org/apache/wiki/Release.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jspwiki-main/src/main/java/org/apache/wiki/Release.java
b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
index 7fceb39..9629946 100644
--- a/jspwiki-main/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-main/src/main/java/org/apache/wiki/Release.java
@@ -52,7 +52,7 @@ public final class Release {
* <p>
* If the POSTFIX is empty, it is not added to the version string.
*/
- private static final String POSTFIX = "M5-git";
+ private static final String POSTFIX = "M5";
/** The JSPWiki major version. */
public static final int VERSION = 2;
@@ -72,7 +72,7 @@ public final class Release {
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "19";
+ public static final String BUILD = "";
/**
* This is the generic version string you should use when printing out
the version. It is of