DATAJPA-1268 - Upgraded build profile for Hibernate 5.2 to 5.2.13.

This commit is contained in:
Oliver Gierke
2018-02-15 14:36:32 +01:00
parent 8627cdf300
commit b4543e95cf

View File

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