From 17aef8890e6dff076c8b88cc9af400be2ac43b01 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Fri, 25 Jul 2014 13:18:29 +0200 Subject: [PATCH] Changelog and readme updates prior to release 4.3.2.Final --- README.md | 12 ++++++------ changelog.txt | 11 +++++++++++ pom.xml | 3 +++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0140dfef9f..8a3010597e 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Hibernate Validator -*Version: 4.3.1.Final, 28.11.2012* +*Version: 4.3.2.Final, 25.07.2014* ## What is it? -This is the reference implementation of JSR 303 - Bean Validation. -Bean Validation defines a metadata model and API for JavaBean validation. -The default metadata source is annotations, with the ability to override and extend +This is the reference implementation of JSR 303 - Bean Validation. +Bean Validation defines a metadata model and API for JavaBean validation. +The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. ## A bit of history -Prior to version 4.x Hibernate Validators was based on a different source base which +Prior to version 4.x Hibernate Validators was based on a different source base which is not based on JSR 303. This code can be accessed via [this](https://github.com/hibernate/hibernate-validator/tree/pre-validator3-removal/hibernate-validator-legacy) GitHub tag. ## Documentation @@ -40,7 +40,7 @@ Logging will delegate any log requests to that provider. org.hibernate hibernate-validator - 4.3.1.Final + 4.3.2.Final diff --git a/changelog.txt b/changelog.txt index ed906cc3e8..faaa952480 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,17 @@ Hibernate Validator Changelog ============================= + +4.3.2.Final (25.07.2014) +------------------------ + +** Improvement + * [HV-885] - Contention generated on runtime lookup for @GroupSequence annotation + +** Task + * [HV-912] - Improve integration with Java's security manager + + 4.3.1.Final (28.11.2012) ------------------------ diff --git a/pom.xml b/pom.xml index 711135615e..9f6f588b30 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,9 @@ clean install true true + false + true + @{project.version}