Skip to content

Commit

Permalink
Updating readme and changelog for CR5 release. Upgading to CR5 of BV …
Browse files Browse the repository at this point in the history
…TCK.
  • Loading branch information
hferentschik committed Apr 2, 2013
1 parent 2706e57 commit d704dd5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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?
Expand Down Expand Up @@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.0.0.CR4</version>
<version>5.0.0.CR5</version>
</dependency>

You also need an API and implementation of the Unified Expression Language. This dependencies must be explicitly added in an SE environment.
Expand Down
14 changes: 14 additions & 0 deletions 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)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion tck-runner/pom.xml
Expand Up @@ -31,7 +31,7 @@
<description>Aggregates dependencies and runs the JSR-303 TCK</description>

<properties>
<tck.version>1.1.0-SNAPSHOT</tck.version>
<tck.version>1.1.0.CR5</tck.version>
<tck.suite.file>src/test/resources/tck-tests-without-RI-and-AS-failures.xml</tck.suite.file>
<arquillian.version>1.0.0.Final</arquillian.version>
<jbossas.version>7.1.1.Final</jbossas.version>
Expand Down

0 comments on commit d704dd5

Please sign in to comment.