Skip to content

Commit 0762d63

Browse files
committed
DATAJPA-831 - Upgraded Hibernate 5 build profile to 5.0.5.
1 parent f205dc1 commit 0762d63

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
@@ -54,13 +54,13 @@
5454
<profile>
5555
<id>hibernate-5</id>
5656
<properties>
57-
<hibernate>5.0.1.Final</hibernate>
57+
<hibernate>5.0.5.Final</hibernate>
5858
</properties>
5959
</profile>
6060
<profile>
6161
<id>hibernate-5-next</id>
6262
<properties>
63-
<hibernate>5.0.2-SNAPSHOT</hibernate>
63+
<hibernate>5.0.5-SNAPSHOT</hibernate>
6464
</properties>
6565
<repositories>
6666
<repository>

0 commit comments

Comments
 (0)