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:12:30 UTC

svn commit: r611238 - /myfaces/trinidad/trunk_1.2.x/pom.xml

Author: matzew
Date: Fri Jan 11 09:12:29 2008
New Revision: 611238

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

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=611238&r1=611237&r2=611238&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Fri Jan 11 09:12:29 2008
@@ -391,14 +391,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>