Skip to content

Commit

Permalink
update hibernate validator and bean validation tck.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurunandan <[email protected]>
  • Loading branch information
gurunrao committed Jul 27, 2020
1 parent 3f0b4ad commit 986771d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ spec:
defaultValue: 'bv-tck-glassfish-porting-3.0.0.zip',
description: 'Name of bundle file to be appended to the base url' )
string(name: 'BV_TCK_BUNDLE_URL',
defaultValue: 'http://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0-M5.zip',
defaultValue: 'https://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0-RC1.zip',
description: 'BV TCK bundle url' )
string(name: 'BV_TCK_VERSION',
defaultValue: '3.0.0-M5',
defaultValue: '3.0.0-RC1',
description: 'version of bundle file' )
choice(name: 'JDK', choices: 'JDK8\nJDK11',
description: 'Java SE Version to be used for running TCK either JDK8/JDK11' )
Expand Down
2 changes: 1 addition & 1 deletion docker/run_bvtck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd $WORKSPACE


if [ -z "${BV_TCK_VERSION}" ]; then
BV_TCK_VERSION=3.0.0-M5
BV_TCK_VERSION=3.0.0
fi

if [ -z "${BV_TCK_BUNDLE_URL}" ]; then
Expand Down
8 changes: 4 additions & 4 deletions glassfish-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>jakarta.validation</groupId>
<artifactId>tck-runner</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0</version>

<name>Jakarta Bean Validation TCK Runner</name>
<description>Aggregates dependencies and runs the Jakarta Bean Validation TCK</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>7.0.0.Alpha5</version>
<version>7.0.0.Alpha6</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>7.0.0.Alpha5</version>
<version>7.0.0.Alpha6</version>
<exclusions>
<exclusion>
<groupId>jakarta.validation</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>beanvalidation-tck-tests</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 986771d

Please sign in to comment.