[dna-commits] DNA SVN: r420 - trunk.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Aug 13 11:51:18 EDT 2008


Author: rhauch
Date: 2008-08-13 11:51:18 -0400 (Wed, 13 Aug 2008)
New Revision: 420

Modified:
   trunk/pom.xml
Log:
Changed default version of Mockito from version 1.3 to 1.5

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-08-13 05:45:21 UTC (rev 419)
+++ trunk/pom.xml	2008-08-13 15:51:18 UTC (rev 420)
@@ -412,7 +412,7 @@
 			<dependency>
 				<groupId>org.mockito</groupId>
 				<artifactId>mockito-all</artifactId>
-				<version>1.3</version>
+				<version>1.5</version>
 				<scope>test</scope>
 			</dependency>
 			<!-- Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for testing) -->




More information about the dna-commits mailing list