Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Nov 21, 2021
1 parent 49a35e7 commit 20742f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/functions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DEFAULT_CAS_VERSION=6.4.0
DEFAULT_BOOT_VERSION=2.5.4
DEFAULT_CAS_VERSION=6.4.3
DEFAULT_BOOT_VERSION=2.5.7

CI_DIR="`dirname \"$0\"`"
CI_ABS_PATH=$(cd $CI_DIR; pwd)
Expand Down
1 change: 1 addition & 0 deletions ci/sync-overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ echo "Updating project README"
warning="# IMPORTANT NOTE<br/>"
warning="${warning}******************************************************<br/>"
warning="${warning}This repository is always automatically generated from the CAS Initializr. "
warning="${warning}Do NOT submit pull requests here as the change-set will be overwritten on the next sync."
warning="${warning}To learn more, please visit the [CAS documentation](https://apereo.github.io/cas)."
warning="${warning}<br/>******************************************************<br/>"
text=$(echo "${warning}"; cat README.md)
Expand Down

0 comments on commit 20742f7

Please sign in to comment.