DATAJPA-1398 - Upgrade to Hibernate 5.2.17.

Upgraded to Hibernate 5.2.17 and the 5.2 snapshot build profile to 5.2.18. Upgraded Hibernate 5.3 build profile to 5.3.4. Couldn't update the profile for 5.3 snapshots as apparently there are no 5.3.5 snapshots available currently. Added build profiles for Hibernate 5.4 snapshots.
This commit is contained in:
Oliver Gierke
2018-08-14 08:10:57 +02:00
parent 3a03a66112
commit edb9e578f5
2 changed files with 17 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ env:
- PROFILE=hibernate-next
- PROFILE=hibernate-53
- PROFILE=hibernate-53-next
- PROFILE=hibernate-54-next
- PROFILE=eclipselink-next
- PROFILE=eclipselink-27-next
- PROFILE=querydsl-next

20
pom.xml
View File

@@ -22,7 +22,7 @@
<dist.key>DATAJPA</dist.key>
<eclipselink>2.6.5</eclipselink>
<hibernate>5.2.16.Final</hibernate>
<hibernate>5.2.17.Final</hibernate>
<jpa>2.0.0</jpa>
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
@@ -36,7 +36,7 @@
<profile>
<id>hibernate-next</id>
<properties>
<hibernate>5.2.17-SNAPSHOT</hibernate>
<hibernate>5.2.18-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
@@ -48,13 +48,25 @@
<profile>
<id>hibernate-53</id>
<properties>
<hibernate>5.3.2.Final</hibernate>
<hibernate>5.3.4.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-53-next</id>
<properties>
<hibernate>5.3.3-SNAPSHOT</hibernate>
<hibernate>5.3.4-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>
<id>jboss</id>
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-54-next</id>
<properties>
<hibernate>5.4.0-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>