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