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 2008/03/28 01:26:51 UTC

svn commit: r642044 - /maven/plugins/trunk/maven-patch-plugin/pom.xml

Author: bentmann
Date: Thu Mar 27 17:26:45 2008
New Revision: 642044

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

Modified:
    maven/plugins/trunk/maven-patch-plugin/pom.xml

Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/pom.xml?rev=642044&r1=642043&r2=642044&view=diff
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Thu Mar 27 17:26:45 2008
@@ -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>