You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/03/17 22:10:28 UTC

svn commit: r755399 - /httpcomponents/httpcore/trunk/httpcore-nio/pom.xml

Author: sebb
Date: Tue Mar 17 21:10:28 2009
New Revision: 755399

URL: http://svn.apache.org/viewvc?rev=755399&view=rev
Log:
JUnit 3.8.2 is best version of JUnit 3.x for Java 1.4+

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=755399&r1=755398&r2=755399&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Tue Mar 17 21:10:28 2009
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>