Author: mbenson
Date: Thu Oct 27 16:59:42 2016
New Revision: 1766858
URL: http://svn.apache.org/viewvc?rev=1766858&view=rev
Log:
doc updates
Modified:
bval/trunk/CHANGES.txt
Modified: bval/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/bval/trunk/CHANGES.txt?rev=1766858&r1=1766857&r2=1766858&view=diff
==============================================================================
--- bval/trunk/CHANGES.txt (original)
+++ bval/trunk/CHANGES.txt Thu Oct 27 16:59:42 2016
@@ -14,8 +14,8 @@ Content
Overview
========
-This is an implementation of JSR 303 (Bean Validation), a specification of the
-Java API for Javabean validation in Java EE and Java SE.
+This is an implementation of the Java Bean Validation (JSRs 303, 349)
+specification for Java EE and Java SE.
The technical objective is to provide a class level constraint declaration and
validation facility for the Java application developer, as well as a constraint
metadata repository and query API.
@@ -26,7 +26,7 @@ which was contributed to the ASF under a
Prerequisites
=============
-You need a platform that supports Java SE 5 or later.
+You need a platform that supports Java SE 6 or later.
Documentation