Skip to content

Commit

Permalink
bump up cdi tck to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gurunandan <[email protected]>
  • Loading branch information
gurunrao committed Aug 10, 2020
1 parent 4445683 commit 6587503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ spec:
defaultValue: '2.0.1',
description: 'Jakarta DI TCK VERSION' )
string(name: 'JSR299_TCK_URL',
defaultValue: 'https://download.eclipse.org/ee4j/cdi/cdi-tck-3.0.0-M3-dist.zip',
defaultValue: 'https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/cdi-tck-dist/3.0.0/cdi-tck-dist-3.0.0-dist.zip',
description: 'URL required for downloading Jakarta CDI TCK bundle' )
string(name: 'JSR299_TCK_VERSION',
defaultValue: '3.0.0-M3',
defaultValue: '3.0.0',
description: 'CDI TCK version' )
string(name: 'TCK_BUNDLE_BASE_URL',
defaultValue: '',
Expand Down

0 comments on commit 6587503

Please sign in to comment.