DATAJPA-1548 - Upgrade dependencies and fix deployment.

This commit is contained in:
Greg Turnquist
2019-05-22 13:30:34 -05:00
parent 2c8d2a30d7
commit fd9712801c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -160,7 +160,7 @@
<profile>
<id>hibernate-53-next</id>
<properties>
<hibernate>5.3.6-SNAPSHOT</hibernate>
<hibernate>5.3.8-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>