From 0ad3fe4dfa0274130d6cca894766538a6d7fd33b Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Nov 2018 19:24:54 +0100 Subject: [PATCH] DATAJPA-1473 - Add build profile for released Hibernate 5.4 versions. --- .travis.yml | 1 + pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index cc90c264a..2f94a4f54 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 - PROFILE=hibernate-54-next - PROFILE=eclipselink-next - PROFILE=eclipselink-27 diff --git a/pom.xml b/pom.xml index 666a24d43..f942c96ef 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,12 @@ + + hibernate-54 + + 5.4.0.CR2 + + hibernate-54-next