diff --git a/ci/build.sh b/ci/build.sh index 2aba1cf4f..32a57020f 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -2,4 +2,4 @@ set -euo pipefail -./mvnw -P${PROFILE} -Dmaven.test.skip=true clean deploy -B +./mvnw -P${PROFILE} -DskipTests=true clean deploy -B diff --git a/pom.xml b/pom.xml index cd56a1d17..40fe18461 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ hibernate-53-next - 5.3.6-SNAPSHOT + 5.3.8-SNAPSHOT