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 2011/04/18 22:09:46 UTC

svn commit: r1094724 - /commons/proper/validator/trunk/pom.xml

Author: sebb
Date: Mon Apr 18 20:09:46 2011
New Revision: 1094724

URL: http://svn.apache.org/viewvc?rev=1094724&view=rev
Log:
Latest version of JUnit for Java 1.4

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1094724&r1=1094723&r2=1094724&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Mon Apr 18 20:09:46 2011
@@ -206,7 +206,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>