HHH-18844 - Run preVerifyRelease task as part of h2 CI job

This commit is contained in:
Steve Ebersole 2024-11-13 10:43:50 -06:00
parent 74c5c844c0
commit 0001a83cab
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
goal=
if [ "$RDBMS" == "h2" ]; then
# This is the default.
goal=""
goal="preVerifyRelease"
elif [ "$RDBMS" == "hsqldb" ] || [ "$RDBMS" == "hsqldb_2_6" ]; then
goal="-Pdb=hsqldb"
elif [ "$RDBMS" == "mysql" ] || [ "$RDBMS" == "mysql_8_0" ]; then

View File

@ -1,4 +1,4 @@
= Hibernate 7.0.0.Beta1
= Hibernate 7.0.0.Beta2
Steve Ebersole
:toc:
:toclevels: 2
@ -14,7 +14,7 @@ Steve Ebersole
:user-guide-url: {docs-url}/userguide/html_single/Hibernate_User_Guide.html
:ql-guide-url: {docs-url}/querylanguage/html_single/Hibernate_Query_Language.html
The Hibernate ORM 7.0 Beta1 release has just been published. Here are some highlights...
The Hibernate ORM 7.0 Beta2 release has just been published. Here are some highlights...
[[jpa-32]]