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/14 19:14:19 UTC

svn commit: r637193 - /maven/plugin-tools/trunk/pom.xml

Author: bentmann
Date: Fri Mar 14 11:14:17 2008
New Revision: 637193

URL: http://svn.apache.org/viewvc?rev=637193&view=rev
Log:
o Fixed scope of junit from "compile" to "test"
o Updated to junit:3.8.2

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=637193&r1=637192&r2=637193&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Fri Mar 14 11:14:17 2008
@@ -225,7 +225,8 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>