From 685e06eee6ffe6d4be4831b22c8c496b9bb237b3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 15 Jun 2016 13:39:59 +0200 Subject: [PATCH] DATAJPA-915 - Updated build profiles for Hibernate. Added build profiles for Hibernate 5.2 and 5.2 snapshots as well as one for Spring 4.3. --- .travis.yml | 4 +++- pom.xml | 29 +++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a1ae306d..fd924044b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: matrix: - PROFILE=ci - PROFILE=spring42-next + - PROFILE=spring43 - PROFILE=spring43-next - PROFILE=hibernate-41 - PROFILE=hibernate-42 @@ -14,9 +15,10 @@ env: - PROFILE=hibernate-43 - PROFILE=hibernate-43-next - PROFILE=hibernate-5 - - PROFILE=hibernate-5-next - PROFILE=hibernate-51 - PROFILE=hibernate-51-next + - PROFILE=hibernate-52 + - PROFILE=hibernate-52-next - PROFILE=eclipselink-next - PROFILE=eclipselink-27-next - PROFILE=querydsl-next diff --git a/pom.xml b/pom.xml index f0ff6b522..81310fa57 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ hibernate-42-next - 4.2.22-SNAPSHOT + 4.2.24-SNAPSHOT @@ -79,21 +79,9 @@ hibernate-5 - 5.0.7.Final + 5.0.9.Final - - hibernate-5-next - - 5.0.8-SNAPSHOT - - - - jboss - https://repository.jboss.org/nexus/content/repositories/public - - - hibernate-51 @@ -119,6 +107,19 @@ hibernate-core + + hibernate-52-next + + 5.2.1-SNAPSHOT + hibernate-core + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + eclipselink-next