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 791ccc1 prepare release for 2.11.0.M3
791ccc1 is described below
commit 791ccc1f4502a7cde258ef65ab54ab0bf6bbf005
Author: juanpablo <[email protected]>
AuthorDate: Fri Mar 22 17:35:01 2019 +0100
prepare release for 2.11.0.M3
---
ChangeLog | 4 ++++
jspwiki-main/src/main/java/org/apache/wiki/Release.java | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cb138a6..2e638c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-22 Juan Pablo Santos (juanpablo AT apache DOT org)
+
+ * prepare release for 2.11.0.M3
+
2019-03-21 Juan Pablo Santos (juanpablo AT apache DOT org)
* 2.11.0-M3-git-04
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 5e6e39f..747f0af 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 = "M3-git";
+ private static final String POSTFIX = "M3";
/** 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 = "04";
+ public static final String BUILD = "";
/**
* This is the generic version string you should use when printing out
the version. It is of