updates to fix 'end-of-sprint-release.sh'

This commit is contained in:
Tim Chamberlain
2024-03-08 12:00:42 -06:00
parent 2b31c7957f
commit 4f0cba88e6
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ cd $QQQ_RELEASE_DIR/qqq || exit
MVN_VERIFY_LOG=/tmp/mvn-verify.log MVN_VERIFY_LOG=/tmp/mvn-verify.log
gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)" gumBanner "Doing clean build (logging to $MVN_VERIFY_LOG)"
mvn clean verify > $MVN_VERIFY_LOG 2>&1 mvn -Duser.timezone=UTC clean verify > $MVN_VERIFY_LOG 2>&1
tail -30 $MVN_VERIFY_LOG tail -30 $MVN_VERIFY_LOG
gumConfirmProceed "Can we Proceed, or are there build errors to fix?" "Proceed" "There are build errors to fix" gumConfirmProceed "Can we Proceed, or are there build errors to fix?" "Proceed" "There are build errors to fix"

View File

@ -68,7 +68,7 @@
<dependency> <dependency>
<groupId>com.kingsrook.qqq</groupId> <groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-frontend-material-dashboard</artifactId> <artifactId>qqq-frontend-material-dashboard</artifactId>
<version>feature-CE-876-develop-missing-widget-types-20240221.011827-1</version> <version>0.20.0-20240305.204725-27</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>