Skip to content

Commit

Permalink
Update versions to build 0.36.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton committed Jan 27, 2023
1 parent b732de1 commit 4e060ce
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, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -57,10 +57,10 @@ declare -A shas
declare -A references

git_urls[openj9]=https://github.com/eclipse-openj9/openj9
branches[openj9]=v0.36.0-release
branches[openj9]=v0.36.1-release

git_urls[omr]=https://github.com/eclipse-openj9/openj9-omr
branches[omr]=v0.36.0-release
branches[omr]=v0.36.1-release

pflag=false

Expand Down

0 comments on commit 4e060ce

Please sign in to comment.