Skip to content

Commit

Permalink
Update TCK bundle URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
bshannon committed Jan 20, 2020
1 parent 70aec29 commit 7ad9fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/run_jakartamailtck.sh
@@ -1,6 +1,6 @@
#!/bin/bash -xe
#
# Copyright (c) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -20,7 +20,7 @@ if [ -z "$JAF_BUNDLE_URL" ];then
export JAF_BUNDLE_URL=http://central.maven.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
fi
if [ -z "$MAIL_TCK_BUNDLE_URL" ];then
export MAIL_TCK_BUNDLE_URL=https://jenkins.eclipse.org/javamail/job/javamail-tck/job/master/lastSuccessfulBuild/artifact/bundles/mail-tck-1.6.0.zip
export MAIL_TCK_BUNDLE_URL=https://jenkins.eclipse.org/mail/job/mail-tck/job/master/lastSuccessfulBuild/artifact/bundles/mail-tck-1.6.0.zip
fi
wget $WGET_PROPS $JAF_BUNDLE_URL -O jakarta.activation.jar
wget $WGET_PROPS $MAIL_TCK_BUNDLE_URL -O mailtck.zip
Expand Down

0 comments on commit 7ad9fe3

Please sign in to comment.