Skip to content

Commit 0001a83

Browse files
committed
HHH-18844 - Run preVerifyRelease task as part of h2 CI job
1 parent 74c5c84 commit 0001a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
goal=
44
if [ "$RDBMS" == "h2" ]; then
55
# This is the default.
6-
goal=""
6+
goal="preVerifyRelease"
77
elif [ "$RDBMS" == "hsqldb" ] || [ "$RDBMS" == "hsqldb_2_6" ]; then
88
goal="-Pdb=hsqldb"
99
elif [ "$RDBMS" == "mysql" ] || [ "$RDBMS" == "mysql_8_0" ]; then

release-announcement.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Hibernate 7.0.0.Beta1
1+
= Hibernate 7.0.0.Beta2
22
Steve Ebersole
33
:toc:
44
:toclevels: 2
@@ -14,7 +14,7 @@ Steve Ebersole
1414
:user-guide-url: {docs-url}/userguide/html_single/Hibernate_User_Guide.html
1515
:ql-guide-url: {docs-url}/querylanguage/html_single/Hibernate_Query_Language.html
1616

17-
The Hibernate ORM 7.0 Beta1 release has just been published. Here are some highlights...
17+
The Hibernate ORM 7.0 Beta2 release has just been published. Here are some highlights...
1818

1919

2020
[[jpa-32]]

0 commit comments

Comments
 (0)