Updates to work with branch-specific maven deployments in/with circleci

This commit is contained in:
2023-05-09 13:00:49 -05:00
parent 2c7919abce
commit 88e24a08fc
3 changed files with 51 additions and 5 deletions

View File

@ -15,7 +15,7 @@ MODULE_LIST_FILE=$QQQ_DEV_TOOLS_DIR/MODULE_LIST
for module in $(cat $MODULE_LIST_FILE); do
echo "Updating $module..."
version=$(get-latest-snapshot.sh $module $CURRENT_VERSION)
version=$(get-latest-snapshot.sh $module -l)
update-dep.sh $module $version -q
done