From edb9e578f58f60c45cddd39412388a3efe135afa 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 61f2652da..d45df27c2 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.1.0.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