You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/09/15 20:24:34 UTC

svn commit: r997442 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Wed Sep 15 18:24:33 2010
New Revision: 997442

URL: http://svn.apache.org/viewvc?rev=997442&view=rev
Log:
TAP5-1270: Upgrade EasyMock dependency to the 3.0

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=997442&r1=997441&r2=997442&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Wed Sep 15 18:24:33 2010
@@ -210,7 +210,7 @@
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>2.5.2</version>
+        <version>3.0</version>
         <scope>test</scope>
       </dependency>
       <!-- Now, artifacts created by Tapestry sub-projects. -->