update README
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/fcc4b5e9 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/fcc4b5e9 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/fcc4b5e9 Branch: refs/heads/master Commit: fcc4b5e94a310e4c6b67f1104234ac68f11747a4 Parents: e25041e Author: Matt Benson <[email protected]> Authored: Thu Oct 18 10:43:51 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Thu Oct 18 10:43:51 2018 -0500 ---------------------------------------------------------------------- README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/fcc4b5e9/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index aa4297b..12f27ff 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 About ===== -This is an implementation of the Java Bean Validation (JSRs 303, 349) +This is an implementation of the Java Bean Validation (JSRs 303, 349, 380) 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 @@ -28,14 +28,14 @@ Along with the developer mailing list archive: System Requirements =================== -You need a platform that supports Java SE 6 or later. -Most testing has been done with Java SE 7 on Mac OS X, Windows and Linux. +You need a platform that supports Java SE 8 or later. +Most testing has been done with Java SE 8 on Mac OS X, Windows and Linux. Building ========================== To build from source code: - - Sources require Java SE 6 or higher. + - Sources require Java SE 8 or higher. - The project is built with Apache Maven (suggested is at least 3.2.1). You need to download and install Maven from: http://maven.apache.org/ - Invoke maven in the root directory or a module subdirectory:
