HHH-11070 - Add the full Hibernate ORM version to the User Guide title
This commit is contained in:
parent
d88bf908da
commit
310139dbdc
|
@ -299,7 +299,7 @@ task renderUserGuide(type: AsciidoctorTask, group: 'Documentation') {
|
|||
backends "html5"
|
||||
separateOutputDirs false
|
||||
options logDocuments: true
|
||||
attributes icons: 'font', experimental: true, 'source-highlighter': 'prettify', linkcss: true, stylesheet: "css/hibernate.css", majorMinorVersion: rootProject.hibernateMajorMinorVersion
|
||||
attributes icons: 'font', experimental: true, 'source-highlighter': 'prettify', linkcss: true, stylesheet: "css/hibernate.css", majorMinorVersion: rootProject.hibernateMajorMinorVersion, fullVersion: rootProject.hibernateFullVersion
|
||||
resources {
|
||||
from('src/main/asciidoc/userguide/') {
|
||||
include 'images/**'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
= Hibernate ORM {majorMinorVersion} User Guide
|
||||
= Hibernate ORM {fullVersion} User Guide
|
||||
Steve Ebersole, Vlad Mihalcea, Andrea Boriero, Brett Meyer, Radim Vansa
|
||||
:toc:
|
||||
:toclevels: 3
|
||||
|
|
Loading…
Reference in New Issue