Author: juanpablo
Date: Thu Aug  9 19:01:50 2012
New Revision: 1371385

URL: http://svn.apache.org/viewvc?rev=1371385&view=rev
Log:
       * 2.9.0-incubating-10
       
       * ant clean target cleans all generated files
       
       * junit reports are generated inside of ${tests.report} instead of 
inside ${tests.src}
       
       * dependencies are downloaded from Central repo whenever is possible, in 
order to avoid 
         the maintenance of a libraries' svn directory.
      
       * ${libs.opt} set to tests/libs-opt in order to avoid downloading of opt 
files every time a 
         clean is made
         
       * maven-ant-tasks aren't used to download opt-libs anymore
       
       * HSQL connections are handled inside the appropiate unit tests in order 
to ensure HSQL 
         server shutdown. Hypersonic is updated to 1.8.10 
      
       * added clean-deps target to remove all lib's directories. Useful to 
remove old jars
         if the dependencies get updated. This target need to be run at least 
once to
         ensure that old jars don't remain in classpath

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=1371385&r1=1371384&r2=1371385&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Aug  9 19:01:50 2012
@@ -1,3 +1,26 @@
+2012-08-08  Juan Pablo Santos (juanpablo AT apache DOT org)
+       
+       * 2.9.0-incubating-10
+       
+       * ant clean target cleans all generated files
+       
+       * junit reports are generated inside of ${tests.report} instead of 
inside ${tests.src}
+       
+       * dependencies are downloaded from Central repo whenever is possible, 
in order to avoid 
+         the maintenance of a libraries' svn directory.
+      
+       * ${libs.opt} set to tests/libs-opt in order to avoid downloading of 
opt files every time a 
+         clean is made
+         
+       * maven-ant-tasks aren't used to download opt-libs anymore
+       
+       * HSQL connections are handled inside the appropiate unit tests in 
order to ensure HSQL 
+         server shutdown. Hypersonic is updated to 1.8.10 
+      
+       * added clean-deps target to remove all lib's directories. Useful to 
remove old jars
+         if the dependencies get updated. This target need to be run at least 
once to
+         ensure that old jars don't remain in classpath
+              
 2012-07-22  Florian Holeczek (florianh AT apache DOT org)
 
        * 2.9.0-incubating-9

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=1371385&r1=1371384&r2=1371385&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/Release.java Thu Aug  9 
19:01:50 2012
@@ -77,7 +77,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "9";
+    public static final String     BUILD         = "10";
     
     /**
      *  This is the generic version string you should use


Reply via email to