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 2008/04/08 22:02:08 UTC

svn commit: r646056 - /commons/proper/net/branches/NET_2_0/pom.xml

Author: sebb
Date: Tue Apr  8 13:02:07 2008
New Revision: 646056

URL: http://svn.apache.org/viewvc?rev=646056&view=rev
Log:
Update JUnit to latest 3.x version

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=646056&r1=646055&r2=646056&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Tue Apr  8 13:02:07 2008
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
+            <version>3.8.2</version>
             <scope>test</scope>
         </dependency>
     </dependencies>