DATAJPA-1213 - Upgraded Hibernate 5.2 build profiles.
Upgraded to Hibernate 5.2.12 and 5.2.13-SNAPSHOT in the Hibernate 5.2 related build profiles. Original pull request: #236.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -128,14 +128,14 @@
|
||||
<profile>
|
||||
<id>hibernate-52</id>
|
||||
<properties>
|
||||
<hibernate>5.2.11.Final</hibernate>
|
||||
<hibernate>5.2.12.Final</hibernate>
|
||||
<hibernate.artifact>hibernate-core</hibernate.artifact>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-52-next</id>
|
||||
<properties>
|
||||
<hibernate>5.2.12-SNAPSHOT</hibernate>
|
||||
<hibernate>5.2.13-SNAPSHOT</hibernate>
|
||||
<hibernate.artifact>hibernate-core</hibernate.artifact>
|
||||
</properties>
|
||||
<repositories>
|
||||
|
||||
Reference in New Issue
Block a user