From d1df81106820afe56e200f3f5ed38ee83a6d4b9a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 19 Jan 2018 18:04:40 +0100 Subject: [PATCH] DATAJPA-1248 - Added build profiles for Hibernate 5.3. Original pull request: #245. --- .travis.yml | 2 ++ pom.xml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/.travis.yml b/.travis.yml index b334770a9..584b4e546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ env: - PROFILE=ci - PROFILE=spring5-next - PROFILE=hibernate-next + - PROFILE=hibernate-53 + - PROFILE=hibernate-53-next - PROFILE=eclipselink-next - PROFILE=eclipselink-27-next - PROFILE=querydsl-next diff --git a/pom.xml b/pom.xml index 2d2d02724..52cfac042 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,24 @@ + + hibernate-53 + + 5.3.0.Beta1 + + + + hibernate-53-next + + 5.3.0-SNAPSHOT + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + eclipselink-next