You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/02/08 13:42:01 UTC

svn commit: r742073 - /maven/shared/trunk/maven-verifier/pom.xml

Author: bentmann
Date: Sun Feb  8 12:42:01 2009
New Revision: 742073

URL: http://svn.apache.org/viewvc?rev=742073&view=rev
Log:
o Updated to junit:3.8.2

Modified:
    maven/shared/trunk/maven-verifier/pom.xml

Modified: maven/shared/trunk/maven-verifier/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-verifier/pom.xml?rev=742073&r1=742072&r2=742073&view=diff
==============================================================================
--- maven/shared/trunk/maven-verifier/pom.xml (original)
+++ maven/shared/trunk/maven-verifier/pom.xml Sun Feb  8 12:42:01 2009
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <scm>