#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:
Oliver Gierke
2014-11-12 15:51:56 +01:00
parent 593075833e
commit 2f7ecd3af8

View File

@@ -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>