Skip to content

Commit d6274a0

Browse files
committed
DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release.
1 parent f9b0a0f commit d6274a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
<profile>
6767
<id>hibernate-54</id>
6868
<properties>
69-
<hibernate>5.4.0.CR2</hibernate>
69+
<hibernate>5.4.0.Final</hibernate>
7070
</properties>
7171
</profile>
7272
<profile>
7373
<id>hibernate-54-next</id>
7474
<properties>
75-
<hibernate>5.4.0-SNAPSHOT</hibernate>
75+
<hibernate>5.4.1-SNAPSHOT</hibernate>
7676
</properties>
7777
<repositories>
7878
<repository>

0 commit comments

Comments
 (0)