Remove single-parent concept on app-children; more working version of recordLock from join

This commit is contained in:
2023-01-13 09:23:06 -06:00
parent 9a58c7683b
commit 2b0974f4a5
16 changed files with 162 additions and 157 deletions

View File

@ -5,6 +5,11 @@
## Set the version of all qqq deps in a given pom to the latest snapshot.
############################################################################
if [ ! -e pom.xml ]; then
echo "Error: $0 Must be ran in a directory with a pom.xml"
exit 1;
fi
CURRENT_VERSION="$(cat $QQQ_DEV_TOOLS_DIR/CURRENT-SNAPSHOT-VERSION)"
MODULE_LIST_FILE=$QQQ_DEV_TOOLS_DIR/MODULE_LIST