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 2014/05/28 21:31:01 UTC

svn commit: r1598110 - /jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java

Author: juanpablo
Date: Wed May 28 19:31:00 2014
New Revision: 1598110

URL: http://svn.apache.org/r1598110
Log:
bumped release to 2.10.2-svn-0

Modified:
    jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java

Modified: jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java?rev=1598110&r1=1598109&r2=1598110&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java (original)
+++ jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java Wed May 28 19:31:00 2014
@@ -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       = "svn";
 
     /** 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 = 1;
+    public static final int        MINORREVISION = 2;
 
     /** 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