You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2009/01/06 15:38:53 UTC

svn commit: r731958 - /db/derby/code/trunk/BUILDING.html

Author: rhillegas
Date: Tue Jan  6 06:38:52 2009
New Revision: 731958

URL: http://svn.apache.org/viewvc?rev=731958&view=rev
Log:
DERBY-3985: Update BUILDING.html to recommend junit 3.8.2 rather than 3.8.1.

Modified:
    db/derby/code/trunk/BUILDING.html

Modified: db/derby/code/trunk/BUILDING.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?rev=731958&r1=731957&r2=731958&view=diff
==============================================================================
--- db/derby/code/trunk/BUILDING.html (original)
+++ db/derby/code/trunk/BUILDING.html Tue Jan  6 06:38:52 2009
@@ -115,8 +115,8 @@
 
     <TR>
       <TD><b><i>JUnit</i></b></TD>
-      <TD>You need the JUnit test tool, version 3.8.1.
-      You can get JUnit 3.8.1 <a href="http://www.junit.org/">here</a>.
+      <TD>You need the JUnit test tool, version 3.8.2.
+      You can get JUnit 3.8.2 <a href="http://www.junit.org/">here</a>.
       Copy junit.jar jar into your Derby source tree, in the
       <i>tools/java</i> directory.
       </TD>