HHH-11070 - Add the full Hibernate ORM version to the User Guide title

This commit is contained in:
Vlad Mihalcea 2016-08-30 10:05:15 +03:00
parent d88bf908da
commit 310139dbdc
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ task renderUserGuide(type: AsciidoctorTask, group: 'Documentation') {
backends "html5" backends "html5"
separateOutputDirs false separateOutputDirs false
options logDocuments: true 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 { resources {
from('src/main/asciidoc/userguide/') { from('src/main/asciidoc/userguide/') {
include 'images/**' include 'images/**'

View File

@ -1,4 +1,4 @@
= Hibernate ORM {majorMinorVersion} User Guide = Hibernate ORM {fullVersion} User Guide
Steve Ebersole, Vlad Mihalcea, Andrea Boriero, Brett Meyer, Radim Vansa Steve Ebersole, Vlad Mihalcea, Andrea Boriero, Brett Meyer, Radim Vansa
:toc: :toc:
:toclevels: 3 :toclevels: 3