Skip to content

Commit

Permalink
Use staged download URL in script
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Kurz <[email protected]>
  • Loading branch information
scottkurz committed Jul 30, 2020
1 parent c5180e2 commit 2c0a4b3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ TCK_ARTIFACT_ID=jakarta.batch.official.tck-2.0.0
#
# STAGED
#

#TCK_DOWNLOAD_URL=https://repo1.maven.org/maven2/jakarta/batch/jakarta.batch.official.tck/2.0.0/$TCK_ARTIFACT_ID.zip
#TCK_DOWNLOAD_URL=https://oss.sonatype.org/content/repositories/staging/jakarta/batch/jakarta.batch.official.tck/2.0.0/$TCK_ARTIFACT_ID.zip

TCK_DOWNLOAD_URL=https://download.eclipse.org/jakartabatch/tck/eftl/$TCK_ARTIFACT_ID.zip
TCK_DOWNLOAD_URL=https://repo1.maven.org/maven2/jakarta/batch/jakarta.batch.official.tck/2.0.0/$TCK_ARTIFACT_ID.zip
TCK_DOWNLOAD_URL=https://oss.sonatype.org/content/repositories/staging/jakarta/batch/jakarta.batch.official.tck/2.0.0/$TCK_ARTIFACT_ID.zip

#
# OFFICIAL (will look like this)
Expand Down

0 comments on commit 2c0a4b3

Please sign in to comment.