You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/03/16 08:47:26 UTC

svn commit: r1301359 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: lofwyr
Date: Fri Mar 16 07:47:26 2012
New Revision: 1301359

URL: http://svn.apache.org/viewvc?rev=1301359&view=rev
Log:
update validation impl

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1301359&r1=1301358&r2=1301359&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Fri Mar 16 07:47:26 2012
@@ -295,7 +295,7 @@
     <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-validator</artifactId>
-        <version>4.0.2.GA</version>
+        <version>4.2.0.Final</version>
     </dependency>
 
   </dependencies>