[hibernate-commits] Hibernate SVN: r17653 - in validator/trunk: hibernate-validator and 2 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 8 09:19:12 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-08 09:19:12 -0400 (Thu, 08 Oct 2009)
New Revision: 17653

Modified:
   validator/trunk/hibernate-validator-tck-runner/pom.xml
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
   validator/trunk/pom.xml
Log:
Updated version numbers and readme for the 1.0.0.GA release

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-10-08 09:06:00 UTC (rev 17652)
+++ validator/trunk/hibernate-validator/readme.txt	2009-10-08 13:19:12 UTC (rev 17653)
@@ -19,23 +19,19 @@
   Status
   ------
 
-  This is the first CR release of Hibernate Validator.
+  This is the first GA release of Hibernate Validator 4.
 
-  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 available here: http://in.relation.to/service/File/12014
-
   Documentation
   -------------
 
-  The documentation available as of the date of this release is included in
-  HTML and PDf format in the docs directory.
+  The documentation for this release is included in the docs directory of distribution package
+  or online under https://www.hibernate.org/5.html
 
   Release Notes
   -------------
 
-  The full list of changes can be found at 
-  http://opensource.atlassian.com/projects/hibernate/secure/ConfigureReleaseNote.jspa?projectId=10060.
+  The full list of changes can be found at
+  http://opensource.atlassian.com/projects/hibernate/secure/ReleaseNote.jspa?projectId=10060&version=10894
 
   System Requirements
   -------------------

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-10-08 09:06:00 UTC (rev 17652)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-10-08 13:19:12 UTC (rev 17653)
@@ -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.CR1">
+<!ENTITY versionNumber "4.0.0.GA">
 <!ENTITY copyrightYear "2009">
 <!ENTITY copyrightHolder "Red Hat Middleware, LLC. &amp; Gunnar Morling">
 ]>

Modified: validator/trunk/hibernate-validator-tck-runner/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-10-08 09:06:00 UTC (rev 17652)
+++ validator/trunk/hibernate-validator-tck-runner/pom.xml	2009-10-08 13:19:12 UTC (rev 17653)
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.hibernate.jsr303.tck</groupId>
             <artifactId>jsr303-tck</artifactId>
-            <version>1.0.0.Beta1-SNAPSHOT</version>
+            <version>1.0.0.GA</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.test-harness</groupId>

Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml	2009-10-08 09:06:00 UTC (rev 17652)
+++ validator/trunk/pom.xml	2009-10-08 13:19:12 UTC (rev 17653)
@@ -47,7 +47,7 @@
             <dependency>
                 <groupId>javax.validation</groupId>
                 <artifactId>validation-api</artifactId>
-                <version>1.0.0.GA-SNAPSHOT</version>
+                <version>1.0.0.GA</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>



More information about the hibernate-commits mailing list