[hibernate-commits] Hibernate SVN: r17443 - in	validator/trunk/hibernate-validator: src/main/docbook/en-US	and 1 other directories.
    hibernate-commits at lists.jboss.org 
    hibernate-commits at lists.jboss.org
       
    Thu Aug 27 12:46:05 EDT 2009
    
    
  
Author: hardy.ferentschik
Date: 2009-08-27 12:46:04 -0400 (Thu, 27 Aug 2009)
New Revision: 17443
Modified:
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
Log:
Updated version numbers prior to release
Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/readme.txt	2009-08-27 16:46:04 UTC (rev 17443)
@@ -19,12 +19,11 @@
   Status
   ------
 
-  This is an beta release and even though it is nearly feature complete there might be
-  still variances between the specification and this implementation.
+  This is the first CR release of Hibernate Validator.
 
   You can find more information about the current state of the implementation on the
   Bean Validation RI Roadmap - http://www.hibernate.org/459.html and there is copy of
-  JSR 303 -as of the time of this release- available here: http://in.relation.to/service/File/12014
+  JSR 303 available here: http://in.relation.to/service/File/12014
 
   Documentation
   -------------
@@ -47,7 +46,7 @@
   -------------------------
 
   - Copy hibernate-validator-*.jar together will all jar files from lib into the 
-    classpath of your application. In case you are running on JDK5 you have to also include
+    classpath of your application. In case you are running on JDK5 you have to also include
     all the jar files from the jdk5 subdirectory.
 
   or 
@@ -67,10 +66,11 @@
 
   Please see the file called license.txt
 
-  Hibernate Validator URLS
+  Hibernate Validator URLs
   ------------------------
 
   Home Page:          http://validator.hibernate.org/
+  Migration Guide:    http://www.hibernate.org/468.html
   Downloads:          http://www.hibernate.org/6.html
   Mailing Lists:      http://www.hibernate.org/20.html
   Source Code:        http://anonsvn.jboss.org/repos/hibernate/validator/trunk/
Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-08-27 16:46:04 UTC (rev 17443)
@@ -25,7 +25,7 @@
   -->
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY versionNumber "4.0.0.Beta3">
+<!ENTITY versionNumber "4.0.0.CR1">
 <!ENTITY copyrightYear "2009">
 <!ENTITY copyrightHolder "Red Hat Middleware, LLC. & Gunnar Morling">
 ]>
Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-08-27 16:04:06 UTC (rev 17442)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-08-27 16:46:04 UTC (rev 17443)
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
-            <version>4.0.0.Beta3</version>
+            <version>4.0.0.CR1</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
    
    
More information about the hibernate-commits
mailing list