doc updates
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/00234030 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/00234030 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/00234030 Branch: refs/heads/master Commit: 0023403075c0d2fd32108c730b6979a6987e1e80 Parents: 0b7191e Author: Matt Benson <[email protected]> Authored: Thu Oct 27 16:59:42 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Thu Oct 27 16:59:42 2016 +0000 ---------------------------------------------------------------------- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/00234030/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9853771..0658055 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 software grant. Prerequisites ============= -You need a platform that supports Java SE 5 or later. +You need a platform that supports Java SE 6 or later. Documentation
