Update the hibernate version from 4.0.2 to 4.1.0 in the samples

Review at http://gwt-code-reviews.appspot.com/1841803

Review by: nchalko@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11306 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/dynatablerf/pom.xml b/samples/dynatablerf/pom.xml
index c28de95..0660586 100644
--- a/samples/dynatablerf/pom.xml
+++ b/samples/dynatablerf/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
-      <version>4.0.2.GA</version>
+      <version>4.1.0.GA</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
diff --git a/samples/mobilewebapp/pom.xml b/samples/mobilewebapp/pom.xml
index 8e1425c..261a3e5 100644
--- a/samples/mobilewebapp/pom.xml
+++ b/samples/mobilewebapp/pom.xml
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
-      <version>4.0.2.GA</version>
+      <version>4.1.0.GA</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
diff --git a/samples/validation/pom.xml b/samples/validation/pom.xml
index 92f9e18..07b014e 100644
--- a/samples/validation/pom.xml
+++ b/samples/validation/pom.xml
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
-      <version>4.0.2.GA</version>
+      <version>4.1.0.GA</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
-      <version>4.0.2.GA</version>
+      <version>4.1.0.GA</version>
       <classifier>sources</classifier>
       <exclusions>
         <exclusion>