You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/05/16 14:37:55 UTC

[jspwiki] branch master updated: preparing 2.10.4 release

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 05cc2a7  preparing 2.10.4 release
05cc2a7 is described below

commit 05cc2a75806b53053b080f5db04171f24baa8f10
Author: juanpablo <ju...@apache.org>
AuthorDate: Wed May 16 16:37:17 2018 +0200

    preparing 2.10.4 release
---
 jspwiki-portable/build.xml                             | 2 +-
 jspwiki-war/src/main/java/org/apache/wiki/Release.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jspwiki-portable/build.xml b/jspwiki-portable/build.xml
index 148e587..fdaca91 100644
--- a/jspwiki-portable/build.xml
+++ b/jspwiki-portable/build.xml
@@ -26,7 +26,7 @@
   <property environment="env"/>
 
   <!-- the build version if not overwritten by the caller -->
-  <property name="jspwiki.woas.version" value="2.10.4-SNAPSHOT" />
+  <property name="jspwiki.woas.version" value="2.10.4" />
   
   <!-- define the temporary build directory -->
   <property name="jspwiki.woas.target.dir" value="${basedir}/target" />
diff --git a/jspwiki-war/src/main/java/org/apache/wiki/Release.java b/jspwiki-war/src/main/java/org/apache/wiki/Release.java
index e817de6..44021bd 100644
--- a/jspwiki-war/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-war/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       = "git";
+    private static final String    POSTFIX       = "";
 
     /** 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         = "10";
+    public static final String     BUILD         = "";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of

-- 
To stop receiving notification emails like this one, please contact
juanpablo@apache.org.