DATAJPA-1473 - Add build profile for released Hibernate 5.4 versions.

This commit is contained in:
Oliver Drotbohm
2018-11-15 19:24:54 +01:00
parent f4f49b03f3
commit 9a51496ae6
2 changed files with 7 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ env:
- PROFILE=hibernate-52-next
- PROFILE=hibernate-53
- PROFILE=hibernate-53-next
- PROFILE=hibernate-54
- PROFILE=hibernate-54-next
- PROFILE=eclipselink-next
- PROFILE=eclipselink-27-next

View File

@@ -169,6 +169,12 @@
</repository>
</repositories>
</profile>
<profile>
<id>hibernate-54</id>
<properties>
<hibernate>5.4.0.CR2</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-54-next</id>
<properties>