You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/01/11 18:08:16 UTC

svn commit: r611234 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Fri Jan 11 09:08:11 2008
New Revision: 611234

URL: http://svn.apache.org/viewvc?rev=611234&view=rev
Log:
upadted JMock ref.

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=611234&r1=611233&r2=611234&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Jan 11 09:08:11 2008
@@ -374,14 +374,14 @@
       <dependency>
         <groupId>jmock</groupId>
         <artifactId>jmock</artifactId>
-        <version>1.0.1</version>
+        <version>1.2.0</version>
         <scope>test</scope>
       </dependency>
 
       <dependency>
         <groupId>jmock</groupId>
         <artifactId>jmock-cglib</artifactId>
-        <version>1.0.1</version>
+        <version>1.2.0</version>
         <scope>test</scope>
       </dependency>