Browse Source

DATAJPA-1498 - Upgraded Hibernate 5.4 build profile to 5.4.1.

pull/306/head
Oliver Drotbohm 7 years ago
parent
commit
ca4cf6690a
  1. 4
      pom.xml

4
pom.xml

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

Loading…
Cancel
Save