File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
goal=
4
4
if [ " $RDBMS " == " h2" ]; then
5
5
# This is the default.
6
- goal=" "
6
+ goal=" preVerifyRelease "
7
7
elif [ " $RDBMS " == " hsqldb" ] || [ " $RDBMS " == " hsqldb_2_6" ]; then
8
8
goal=" -Pdb=hsqldb"
9
9
elif [ " $RDBMS " == " mysql" ] || [ " $RDBMS " == " mysql_8_0" ]; then
Original file line number Diff line number Diff line change 1
- = Hibernate 7.0.0.Beta1
1
+ = Hibernate 7.0.0.Beta2
2
2
Steve Ebersole
3
3
:toc:
4
4
:toclevels: 2
@@ -14,7 +14,7 @@ Steve Ebersole
14
14
:user-guide-url: {docs-url}/userguide/html_single/Hibernate_User_Guide.html
15
15
:ql-guide-url: {docs-url}/querylanguage/html_single/Hibernate_Query_Language.html
16
16
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...
18
18
19
19
20
20
[[jpa-32]]
You can’t perform that action at this time.
0 commit comments