Skip to content

Commit

Permalink
Updating readme and changelog for 4.3.0.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed May 9, 2012
1 parent 9aa4c90 commit 0098ba4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Hibernate Validator

*Version: 4.3.0.CR1, 30.04.2011*
*Version: 4.3.0.Final, 09.05.2012*


## What is it?
Expand Down Expand Up @@ -40,7 +40,7 @@ Logging will delegate any log requests to that provider.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.0.CR1</version>
<version>4.3.0.Final</version>
</dependency>


Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
@@ -1,6 +1,18 @@
Hibernate Validator Changelog
=============================

4.3.0.Final (09.05.2012)
------------------------

** Improvement
* [HV-568] - Perform a profiling of the annotation processor code and make use of caching where appropriate
* [HV-577] - Include javadoc jar in Maven repo

** Task
* [HV-578] - Remove remaining references to slf4j
* [HV-580] - Remove deprecation of package org.hibernate.validator.group


4.3.0.CR1 (30.04.2012)
----------------------

Expand Down

0 comments on commit 0098ba4

Please sign in to comment.