Skip to content

Commit

Permalink
HV-1435 Upgrade to Bean Validation 2.0.0.CR3 (API + TCK)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 11, 2017
1 parent bfa87d1 commit 06eda3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -99,7 +99,7 @@
<!-- No need to build the javadocs per module. Aggregated javadocs are build in the distribution module. See also HV-894 -->
<maven.javadoc.skip>true</maven.javadoc.skip>

<bv.api.version>2.0.0-SNAPSHOT</bv.api.version>
<bv.api.version>2.0.0.CR3</bv.api.version>
<!-- Version to be used as baseline for API/SPI change reports -->
<previous.stable>5.4.1.Final</previous.stable>

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

<properties>
<tck.version>2.0.0-SNAPSHOT</tck.version>
<tck.version>2.0.0.CR3</tck.version>
<tck.suite.file>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</tck.suite.file>
<wildflyTargetDir>${project.build.directory}/wildfly-${wildfly.version}</wildflyTargetDir>
<validation.provider>org.hibernate.validator.HibernateValidator</validation.provider>
Expand Down

0 comments on commit 06eda3d

Please sign in to comment.