Skip to content

Commit

Permalink
Update versions to build 0.41
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Aug 28, 2023
1 parent e6f0d59 commit 74e31f4
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, 2021 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]=master
branches[openj9]=v0.41.0-release

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

pflag=false

Expand Down

0 comments on commit 74e31f4

Please sign in to comment.