mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Remove single-parent concept on app-children; more working version of recordLock from join
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user