From 2509955a54eda3f62e6fb352cdaeb9860109c6ba Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 28 Feb 2016 16:45:42 +0100 Subject: [PATCH] DATAJPA-867 - Upgraded to latest persistence provider dependencies. Upgraded to OpenJPA 2.4.1 and Hibernate 4.2 build profile to 4.2.1. Added more snapshot profiles and register them for execution in the Travis build (Hibernate 4.2.next, 4.3.next, 5.next, 5.1, 5.1.next, Eclipselink.next and EclipseLink 2.7.next). Disabled Bundlor plugin for Travis build to make sure the OSGi-incompatible Eclipselink snapshot version numbers don't break the build. --- .travis.yml | 9 ++++++++- pom.xml | 30 +++++++++++++++++++++++++++--- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe89bdf4c..8ad22b775 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,15 @@ env: - PROFILE=spring42-next - PROFILE=hibernate-41 - PROFILE=hibernate-42 + - PROFILE=hibernate-42-next - PROFILE=hibernate-43 + - PROFILE=hibernate-43-next - PROFILE=hibernate-5 + - PROFILE=hibernate-5-next + - PROFILE=hibernate-51 + - PROFILE=hibernate-51-next + - PROFILE=eclipselink-next + - PROFILE=eclipselink-27-next - PROFILE=querydsl-next sudo: false @@ -22,7 +29,7 @@ cache: install: true -script: "mvn clean dependency:list test -P${PROFILE} -Dsort" +script: "mvn clean dependency:list test -P${PROFILE} -Dsort -Dbundlor.enabled=false" notifications: slack: secure: VYoJ2D6BM3etTNHJArJ47rVvj49PRZ+eIg12itOzlQSCnsPPob9X2OJVZ8Umatfx6TyP+rOrJAz+pqA1geumEzx+dIWTtBf6og703XKS9feLpM7sa1DupdstlGu506Wwevmb7nUq/Ct0ziCZykD3Cqu9tOhnai5wWlULBYDQ4WE= diff --git a/pom.xml b/pom.xml index e3baede20..182635302 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 3.6.10.Final 1.8.0.10 2.0.0 - 2.4.0 + 2.4.1 1.12.0.BUILD-SNAPSHOT reuseReports @@ -42,15 +42,39 @@ hibernate-42 - 4.2.20.Final + 4.2.21.Final + + hibernate-42-next + + 4.2.22-SNAPSHOT + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + hibernate-43 4.3.11.Final + + hibernate-43-next + + 4.3.12-SNAPSHOT + + + + jboss + https://repository.jboss.org/nexus/content/repositories/public + + + hibernate-5 @@ -90,7 +114,7 @@ eclipselink-next - 2.6.2-SNAPSHOT + 2.6.3-SNAPSHOT