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 10bf8d2 bumping to 2.10.4-git releases
10bf8d2 is described below
commit 10bf8d2c8a89978da2c981c2b2b08ff71d8d14e3
Author: juanpablo <[email protected]>
AuthorDate: Tue Feb 13 20:55:26 2018 +0100
bumping to 2.10.4-git releases
---
jspwiki-portable/build.xml | 6 +++---
jspwiki-war/src/main/java/org/apache/wiki/Release.java | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/jspwiki-portable/build.xml b/jspwiki-portable/build.xml
index 325dd06..148e587 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.3" />
+ <property name="jspwiki.woas.version" value="2.10.4-SNAPSHOT" />
<!-- define the temporary build directory -->
<property name="jspwiki.woas.target.dir" value="${basedir}/target" />
@@ -148,11 +148,11 @@
<singleInstance mutexName="org.apache.jspwiki.jspwiki-portable" />
<jre minVersion="1.6.0" />
<versionInfo
- fileVersion="2.10.3.0"
+ fileVersion="2.10.4.0"
txtFileVersion="JSPWiki ${jspwiki.woas.version}"
fileDescription="WikiOnAStick"
copyright="Apache Software Licence 2.0"
- productVersion="2.10.3.0"
+ productVersion="2.10.4.0"
txtProductVersion="JSPWiki ${jspwiki.woas.version}"
productName="WikiOnAStick"
companyName="Apache Software Foundation"
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 01123f7..2578a1d 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 = "";
+ private static final String POSTFIX = "git";
/** The JSPWiki major version. */
public static final int VERSION = 2;
@@ -61,7 +61,7 @@ public final class Release {
public static final int REVISION = 10;
/** The minor revision. */
- public static final int MINORREVISION = 3;
+ public static final int MINORREVISION = 4;
/** The build number/identifier. This is a String as opposed to an
integer, just so that people can add
* other identifiers to it. The build number is incremented every time a
committer checks in code, and reset
@@ -72,7 +72,7 @@ public final class Release {
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "";
+ public static final String BUILD = "0";
/**
* 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
[email protected].