#114 - Introduced project attributes for Asciidoctor rendering.
Introduced the following attributes to be available in Asciidoctor documents: - projectName - projectVersion (supersedes version for consistence with projectName) - aspectjVersion - querydslVersion - springVersion
This commit is contained in:
@@ -393,6 +393,11 @@
|
||||
<doctype>book</doctype>
|
||||
<attributes>
|
||||
<version>${project.version}</version>
|
||||
<projectName>${project.name}</projectName>
|
||||
<projectVersion>${project.version}</projectVersion>
|
||||
<aspectjVersion>${aspectj}</aspectjVersion>
|
||||
<querydslVersion>${querydsl}</querydslVersion>
|
||||
<springVersion>${spring}</springVersion>
|
||||
<allow-uri-read>true</allow-uri-read>
|
||||
<sectids>false</sectids>
|
||||
</attributes>
|
||||
|
||||
Reference in New Issue
Block a user