Skip to content

Commit

Permalink
[Jenkins release job] README.md updated by release build 7.0.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Feb 6, 2021
1 parent cab23f8 commit 8e57eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hibernate Validator

*Version: 7.0.0.Final - 23-12-2020*
*Version: 7.0.1.Final - 06-02-2021*


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

You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
Expand All @@ -54,7 +54,7 @@ extension by adding the following dependency:
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>7.0.0.Final</version>
<version>7.0.1.Final</version>
</dependency>

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

0 comments on commit 8e57eb5

Please sign in to comment.