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/07/06 12:08:11 UTC

svn commit: r1143326 - /maven/archetype/trunk/pom.xml

Author: olamy
Date: Wed Jul  6 10:08:10 2011
New Revision: 1143326

URL: http://svn.apache.org/viewvc?rev=1143326&view=rev
Log:
upgrade junit version to be able to use surefire feature test#method

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1143326&r1=1143325&r2=1143326&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Wed Jul  6 10:08:10 2011
@@ -190,7 +190,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
+        <version>4.8.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>