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 0f38188 preparing 2.10.3 release
0f38188 is described below
commit 0f38188a1c49fbefa957e7486a0ead943b8642d8
Author: juanpablo <[email protected]>
AuthorDate: Thu Feb 8 20:40:22 2018 +0100
preparing 2.10.3 release
---
jspwiki-portable/build.xml | 6 +++---
jspwiki-war/src/main/java/org/apache/wiki/Release.java | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/jspwiki-portable/build.xml b/jspwiki-portable/build.xml
index 45ae7c4..325dd06 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-SNAPSHOT" />
+ <property name="jspwiki.woas.version" value="2.10.3" />
<!-- 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.1.10.1"
+ fileVersion="2.10.3.0"
txtFileVersion="JSPWiki ${jspwiki.woas.version}"
fileDescription="WikiOnAStick"
copyright="Apache Software Licence 2.0"
- productVersion="2.1.10.1"
+ productVersion="2.10.3.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 3ad568b..01123f7 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 = "48";
+ 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
[email protected].