Skip to content

Commit

Permalink
Update get_j9_source.sh to openj9-0.17.0-m1
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-m-leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Sep 25, 2019
1 parent c7964e2 commit 4607d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions closed/get_j9_source.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2019 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -54,10 +54,10 @@ declare -A git_urls
declare -A shas

git_urls[openj9]=https://github.com/eclipse/openj9
branches[openj9]=openj9-0.17.0
branches[openj9]=openj9-0.17.0-m1

git_urls[omr]=https://github.com/eclipse/openj9-omr
branches[omr]=openj9-0.17.0
branches[omr]=openj9-0.17.0-m1

pflag=false

Expand Down

0 comments on commit 4607d33

Please sign in to comment.