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 2013/02/19 00:03:57 UTC

svn commit: r1447536 - in /incubator/jspwiki/trunk: ChangeLog src/org/apache/wiki/Release.java

Author: juanpablo
Date: Mon Feb 18 23:03:56 2013
New Revision: 1447536

URL: http://svn.apache.org/r1447536
Log:
 * 2.9.1-svn-28
 
 * JSPWIKI-762: Drop TranslatorReader
 
 * JSPWIKI-763: Requirement of at least Java 6 to build

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/org/apache/wiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1447536&r1=1447535&r2=1447536&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Feb 18 23:03:56 2013
@@ -1,3 +1,11 @@
+2013-02-19  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.9.1-svn-28
+       
+       * JSPWIKI-762: Drop TranslatorReader
+       
+       * JSPWIKI-763: Requirement of at least Java 6 to build 
+       
 2013-02-15  Harry Metske <me...@apache.org>
 
        * 2.9.1-svn-27

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/Release.java?rev=1447536&r1=1447535&r2=1447536&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/Release.java Mon Feb 18 23:03:56 2013
@@ -75,7 +75,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "27";
+    public static final String     BUILD         = "28";
     
     /**
      *  This is the generic version string you should use