[hibernate-commits] Hibernate SVN: r16192 - 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
Fri Mar 20 07:08:05 EDT 2009


Author: hardy.ferentschik
Date: 2009-03-20 07:08:05 -0400 (Fri, 20 Mar 2009)
New Revision: 16192

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 the links to the latest spec.

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-03-20 10:35:22 UTC (rev 16191)
+++ validator/trunk/hibernate-validator/readme.txt	2009-03-20 11:08:05 UTC (rev 16192)
@@ -28,7 +28,7 @@
 
   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 as of the time of this release available here - http://in.relation.to/service/File/10774
+  JSR as of the time of this release available here - http://in.relation.to/service/File/10924
 
   Documentation
   -------------

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-03-20 10:35:22 UTC (rev 16191)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-03-20 11:08:05 UTC (rev 16192)
@@ -69,7 +69,7 @@
     implementation nor this documenation is complete. However, implementation
     should be in a state allowing first experiments with this new API. The
     following list shows the missing features in relation to the <ulink
-    url="http://in.relation.to/service/File/10774">1.0.Beta4 version of JSR
+    url="http://in.relation.to/service/File/10924">1.0.CR1 version of JSR
     303</ulink> :</para>
 
     <itemizedlist>

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-03-20 10:35:22 UTC (rev 16191)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-03-20 11:08:05 UTC (rev 16192)
@@ -356,7 +356,7 @@
     <para>That concludes our 5 minute tour through the world of the Bean
     Validation RI. We will complete this documentation in our coming releases.
     For now we recommend to refer to the JSR 303 specification directly for
-    more examples. The 1.0.Beta4 version of this specification is available
-    <ulink url="http://in.relation.to/service/File/10774">here</ulink>.</para>
+    more examples. The 1.0.CR1 version of this specification is available
+    <ulink url="http://in.relation.to/service/File/10924">here</ulink>.</para>
   </section>
 </chapter>




More information about the hibernate-commits mailing list