DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release.

This commit is contained in:
Oliver Drotbohm
2018-12-13 15:46:13 +01:00
parent f0cdee1a11
commit 677debabb1

View File

@@ -66,13 +66,13 @@
<profile>
<id>hibernate-54</id>
<properties>
<hibernate>5.4.0.CR2</hibernate>
<hibernate>5.4.0.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-54-next</id>
<properties>
<hibernate>5.4.0-SNAPSHOT</hibernate>
<hibernate>5.4.1-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>