From fd9712801ccc3d548e6faa1a93d7b961504e4da8 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 22 May 2019 13:30:34 -0500 Subject: [PATCH] DATAJPA-1548 - Upgrade dependencies and fix deployment. --- ci/build.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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