You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/03/15 23:30:51 UTC

svn commit: r754779 - /commons/proper/dbutils/trunk/pom.xml

Author: sebb
Date: Sun Mar 15 22:30:50 2009
New Revision: 754779

URL: http://svn.apache.org/viewvc?rev=754779&view=rev
Log:
JUnit 3.8.2 is the best available for Java 1.4

Modified:
    commons/proper/dbutils/trunk/pom.xml

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=754779&r1=754778&r2=754779&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sun Mar 15 22:30:50 2009
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>