DATAJPA-1359 - Upgrading dependencies in hibernate-53 build profiles.

Upgraded the Hibernate dependencies because 5.3.1 is now final and the latest snapshot seems to be broken. Therefore it seems sensible to depend on 5.3.1-Final and 5.3.2-SNAPSHOT respectively in hibernate-53 and hibernate-53-next.
This commit is contained in:
Jens Schauder
2018-06-05 13:24:18 +02:00
committed by Oliver Gierke
parent a4b233f5c8
commit c6f8ee7d2c

View File

@@ -48,13 +48,13 @@
<profile>
<id>hibernate-53</id>
<properties>
<hibernate>5.3.0.Final</hibernate>
<hibernate>5.3.1.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-53-next</id>
<properties>
<hibernate>5.3.1-SNAPSHOT</hibernate>
<hibernate>5.3.2-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>