You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/25 22:13:11 UTC

svn commit: r1206327 - /maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Author: olamy
Date: Fri Nov 25 21:13:10 2011
New Revision: 1206327

URL: http://svn.apache.org/viewvc?rev=1206327&view=rev
Log:
upgrade junit version

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=1206327&r1=1206326&r2=1206327&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Fri Nov 25 21:13:10 2011
@@ -183,7 +183,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
+        <version>4.10</version>
       </dependency>    
     </dependencies>
   </dependencyManagement>