You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by fl...@apache.org on 2012/10/26 20:25:49 UTC

svn commit: r1402610 - in /incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4: build.xml src/org/apache/wiki/Release.java

Author: florianh
Date: Fri Oct 26 18:25:49 2012
New Revision: 1402610

URL: http://svn.apache.org/viewvc?rev=1402610&view=rev
Log:
adapted build.xml and Release.java to version 2.9.0-incubating-rc4

Modified:
    incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/build.xml
    incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/src/org/apache/wiki/Release.java

Modified: incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/build.xml?rev=1402610&r1=1402609&r2=1402610&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/build.xml (original)
+++ incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/build.xml Fri Oct 26 18:25:49 2012
@@ -135,7 +135,7 @@
        source distribution.  Normally, you shouldn't have to care about these.
    -->
   <property name="svn.repository" value="http://svn.apache.org/repos/asf/incubator/jspwiki" />
-  <property name="svn.tag" value="trunk" />
+  <property name="svn.tag" value="tags/jspwiki_2_9_0_incubating_rc4" />
 
   <!-- And finally, the directory where the final .zip-file is put -->
   <property name="release.dir" value="releases" />

Modified: incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/src/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/src/org/apache/wiki/Release.java?rev=1402610&r1=1402609&r2=1402610&view=diff
==============================================================================
--- incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/tags/jspwiki_2_9_0_incubating_rc4/src/org/apache/wiki/Release.java Fri Oct 26 18:25:49 2012
@@ -75,7 +75,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "13";
+    public static final String     BUILD         = "rc4";
     
     /**
      *  This is the generic version string you should use