From d5de80f988bfaf96b9891b346e4752332c952830 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 14 Aug 2018 08:10:57 +0200 Subject: [PATCH] DATAJPA-1398 - Upgrade to Hibernate 5.2.17. Upgraded to Hibernate 5.2.17 and the 5.2 snapshot build profile to 5.2.18. Upgraded Hibernate 5.3 build profile to 5.3.4. Couldn't update the profile for 5.3 snapshots as apparently there are no 5.3.5 snapshots available currently. Added build profiles for Hibernate 5.4 snapshots. --- .travis.yml | 1 + pom.xml | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 584b4e546..a8d66da8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - PROFILE=hibernate-next - PROFILE=hibernate-53 - PROFILE=hibernate-53-next + - PROFILE=hibernate-54-next - PROFILE=eclipselink-next - PROFILE=eclipselink-27-next - PROFILE=querydsl-next diff --git a/pom.xml b/pom.xml index a29967119..b2af27d9e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ DATAJPA 2.6.5 - 5.2.16.Final + 5.2.17.Final 2.0.0 2.0.10.BUILD-SNAPSHOT @@ -36,7 +36,7 @@ hibernate-next - 5.2.17-SNAPSHOT + 5.2.18-SNAPSHOT @@ -48,13 +48,25 @@ hibernate-53 - 5.3.2.Final + 5.3.4.Final hibernate-53-next - 5.3.3-SNAPSHOT + 5.3.4-SNAPSHOT + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + + + hibernate-54-next + + 5.4.0-SNAPSHOT