You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/08/09 18:55:38 UTC

svn commit: r1616990 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: rfscholte
Date: Sat Aug  9 16:55:38 2014
New Revision: 1616990

URL: http://svn.apache.org/r1616990
Log:
upgrade junit to 4.11

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1616990&r1=1616989&r2=1616990&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Aug  9 16:55:38 2014
@@ -229,7 +229,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
     <dependency> <!-- this seems to be a critical dependency,