Skip to content

Commit

Permalink
fix TCK download link for 1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Feb 12, 2021
1 parent 6c3e252 commit 5101474
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 @@ -49,10 +49,10 @@ spec:
}
parameters {
string(name: 'JAF_BUNDLE_URL',
defaultValue: 'http://central.maven.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar',
defaultValue: 'http://central.maven.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar',
description: 'URL required for downloading JAF implementation jar' )
string(name: 'MAIL_TCK_BUNDLE_URL',
defaultValue: 'https://jenkins.eclipse.org/mail/job/mail-tck/job/master/lastSuccessfulBuild/artifact/bundles/mail-tck-1.6.0.zip',
defaultValue: 'https://download.eclipse.org/jakartaee/mail/1.6/jakarta-mail-tck-1.6.0.zip',
description: 'URL required for downloading Jakarta Mail TCK zip' )
}
environment {
Expand Down

0 comments on commit 5101474

Please sign in to comment.