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 00ea81dc3b
commit d6250dc949
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -63,6 +63,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>