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 2013/03/31 21:57:35 UTC

svn commit: r1463041 - /maven/doxia/doxia/trunk/pom.xml

Author: rfscholte
Date: Sun Mar 31 19:57:35 2013
New Revision: 1463041

URL: http://svn.apache.org/r1463041
Log:
[DOXIA-486] Upgrade to JUnit4 

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1463041&r1=1463040&r2=1463041&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sun Mar 31 19:57:35 2013
@@ -308,7 +308,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
   </dependencies>