DATAJPA-1181 - Upgraded Hibernate 5.2 build profiles to 5.2.11.

This commit is contained in:
Oliver Gierke
2017-09-25 18:52:58 +02:00
parent f0e33bffe3
commit 867627b2b2

View File

@@ -128,14 +128,14 @@
<profile>
<id>hibernate-52</id>
<properties>
<hibernate>5.2.7.Final</hibernate>
<hibernate>5.2.11.Final</hibernate>
<hibernate.artifact>hibernate-core</hibernate.artifact>
</properties>
</profile>
<profile>
<id>hibernate-52-next</id>
<properties>
<hibernate>5.2.8-SNAPSHOT</hibernate>
<hibernate>5.2.12-SNAPSHOT</hibernate>
<hibernate.artifact>hibernate-core</hibernate.artifact>
</properties>
<repositories>