Reviewers: rchandia,

Description:
Update validator version to Final rather than GA

Review by: rchan...@google.com

Please review this at http://gwt-code-reviews.appspot.com/1847805/

Affected files:
  M samples/dynatablerf/pom.xml
  M samples/mobilewebapp/pom.xml
  M samples/validation/pom.xml


Index: samples/dynatablerf/pom.xml
===================================================================
--- samples/dynatablerf/pom.xml (revision 11305)
+++ samples/dynatablerf/pom.xml (working copy)
@@ -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>
Index: samples/mobilewebapp/pom.xml
===================================================================
--- samples/mobilewebapp/pom.xml        (revision 11305)
+++ samples/mobilewebapp/pom.xml        (working copy)
@@ -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>
Index: samples/validation/pom.xml
===================================================================
--- samples/validation/pom.xml  (revision 11305)
+++ samples/validation/pom.xml  (working copy)
@@ -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>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to