Update validator version to Final rather than GA

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

Review by: rchandia@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11313 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/dynatablerf/pom.xml b/samples/dynatablerf/pom.xml
index 0660586..a561656 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.1.0.GA</version>
+      <version>4.1.0.Final</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
diff --git a/samples/mobilewebapp/pom.xml b/samples/mobilewebapp/pom.xml
index 261a3e5..a13cc96 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.1.0.GA</version>
+      <version>4.1.0.Final</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
diff --git a/samples/validation/pom.xml b/samples/validation/pom.xml
index 07b014e..ba26c72 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.1.0.GA</version>
+      <version>4.1.0.Final</version>
       <exclusions>
         <exclusion>
           <groupId>javax.xml.bind</groupId>
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-validator</artifactId>
-      <version>4.1.0.GA</version>
+      <version>4.1.0.Final</version>
       <classifier>sources</classifier>
       <exclusions>
         <exclusion>