Skip to content

Commit 17aef88

Browse files
committed
Changelog and readme updates prior to release 4.3.2.Final
1 parent 763feff commit 17aef88

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Hibernate Validator
22

3-
*Version: 4.3.1.Final, 28.11.2012*
3+
*Version: 4.3.2.Final, 25.07.2014*
44

55

66
## What is it?
77

8-
This is the reference implementation of JSR 303 - Bean Validation.
9-
Bean Validation defines a metadata model and API for JavaBean validation.
10-
The default metadata source is annotations, with the ability to override and extend
8+
This is the reference implementation of JSR 303 - Bean Validation.
9+
Bean Validation defines a metadata model and API for JavaBean validation.
10+
The default metadata source is annotations, with the ability to override and extend
1111
the meta-data through the use of XML validation descriptors.
1212

1313
## A bit of history
1414

15-
Prior to version 4.x Hibernate Validators was based on a different source base which
15+
Prior to version 4.x Hibernate Validators was based on a different source base which
1616
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.
1717

1818
## Documentation
@@ -40,7 +40,7 @@ Logging will delegate any log requests to that provider.
4040
<dependency>
4141
<groupId>org.hibernate</groupId>
4242
<artifactId>hibernate-validator</artifactId>
43-
<version>4.3.1.Final</version>
43+
<version>4.3.2.Final</version>
4444
</dependency>
4545

4646

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Hibernate Validator Changelog
22
=============================
33

4+
5+
4.3.2.Final (25.07.2014)
6+
------------------------
7+
8+
** Improvement
9+
* [HV-885] - Contention generated on runtime lookup for @GroupSequence annotation
10+
11+
** Task
12+
* [HV-912] - Improve integration with Java's security manager
13+
14+
415
4.3.1.Final (28.11.2012)
516
------------------------
617

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@
278278
<preparationGoals>clean install</preparationGoals>
279279
<autoVersionSubmodules>true</autoVersionSubmodules>
280280
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
281+
<pushChanges>false</pushChanges>
282+
<localCheckout>true</localCheckout>
283+
<tagNameFormat>@{project.version}</tagNameFormat>
281284
</configuration>
282285
</plugin>
283286
<plugin>

0 commit comments

Comments
 (0)