DATAJPA-1483 - Upgrade Hibernate 5.4 build profile after GA release.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -172,13 +172,13 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>hibernate-54</id>
|
<id>hibernate-54</id>
|
||||||
<properties>
|
<properties>
|
||||||
<hibernate>5.4.0.CR2</hibernate>
|
<hibernate>5.4.0.Final</hibernate>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>hibernate-54-next</id>
|
<id>hibernate-54-next</id>
|
||||||
<properties>
|
<properties>
|
||||||
<hibernate>5.4.0-SNAPSHOT</hibernate>
|
<hibernate>5.4.1-SNAPSHOT</hibernate>
|
||||||
</properties>
|
</properties>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
|
|||||||
Reference in New Issue
Block a user