From d704dd5b6400d7197c54c4194bf25aa4b955b033 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Tue, 2 Apr 2013 14:46:52 +0200 Subject: [PATCH] Updating readme and changelog for CR5 release. Upgading to CR5 of BV TCK. --- README.md | 4 ++-- changelog.txt | 14 ++++++++++++++ tck-runner/pom.xml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04458afe4e..b07141d4d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hibernate Validator -*Version: 5.0.0.CR4, 20.03.2013* +*Version: 5.0.0.CR5, 02.04.2013* ## What is it? @@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider. org.hibernate hibernate-validator - 5.0.0.CR4 + 5.0.0.CR5 You also need an API and implementation of the Unified Expression Language. This dependencies must be explicitly added in an SE environment. diff --git a/changelog.txt b/changelog.txt index 9d560fc3fb..99e670b531 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,20 @@ Hibernate Validator Changelog ============================= +5.0.0.CR5 (02.04.2013) +---------------------- + +** Bug + * [HV-778] - Provide a way to deactivate cdi extension + * [HV-782] - Multiple constraint-mappings files for one constraint to not work + +** Improvement + * [HV-648] - Script documentation and distribution upload + * [HV-724] - Remove JavaDoc warnings + * [HV-783] - Extract hierarchy related functionality from ReflectionHelper + * [HV-786] - Update dependencies to Weld and BV TCK + + 5.0.0.CR4 (20.03.2013) ---------------------- diff --git a/tck-runner/pom.xml b/tck-runner/pom.xml index c72575a6b0..8f931b7bfc 100644 --- a/tck-runner/pom.xml +++ b/tck-runner/pom.xml @@ -31,7 +31,7 @@ Aggregates dependencies and runs the JSR-303 TCK - 1.1.0-SNAPSHOT + 1.1.0.CR5 src/test/resources/tck-tests-without-RI-and-AS-failures.xml 1.0.0.Final 7.1.1.Final