You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bo...@apache.org on 2011/11/25 16:07:12 UTC

svn commit: r1206203 - /incubator/rat/main/trunk/pom.xml

Author: bodewig
Date: Fri Nov 25 15:07:12 2011
New Revision: 1206203

URL: http://svn.apache.org/viewvc?rev=1206203&view=rev
Log:
Upgrade to JUnit 4.  RAT-104

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=1206203&r1=1206202&r2=1206203&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Fri Nov 25 15:07:12 2011
@@ -116,7 +116,7 @@ Note that binary compatibility is not gu
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
+        <version>4.10</version>
         <scope>test</scope>
       </dependency>
       <dependency>