Skip to content

Commit 77c9ca3

Browse files
committed
[Jenkins release job] README.md updated by release build 6.1.0.Final
1 parent 4194b02 commit 77c9ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 6.1.0.Alpha6 - 19-07-2019*
3+
*Version: 6.1.0.Final - 25-10-2019*
44

55

66
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
3535
<dependency>
3636
<groupId>org.hibernate.validator</groupId>
3737
<artifactId>hibernate-validator</artifactId>
38-
<version>6.1.0.Alpha6</version>
38+
<version>6.1.0.Final</version>
3939
</dependency>
4040

4141
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
@@ -54,7 +54,7 @@ extension by adding the following dependency:
5454
<dependency>
5555
<groupId>org.hibernate.validator</groupId>
5656
<artifactId>hibernate-validator-cdi</artifactId>
57-
<version>6.1.0.Alpha6</version>
57+
<version>6.1.0.Final</version>
5858
</dependency>
5959

6060
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build

0 commit comments

Comments
 (0)