Skip to content

Commit 2f7ecd3

Browse files
committed
#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
1 parent 5930758 commit 2f7ecd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parent/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@
393393
<doctype>book</doctype>
394394
<attributes>
395395
<version>${project.version}</version>
396+
<projectName>${project.name}</projectName>
397+
<projectVersion>${project.version}</projectVersion>
398+
<aspectjVersion>${aspectj}</aspectjVersion>
399+
<querydslVersion>${querydsl}</querydslVersion>
400+
<springVersion>${spring}</springVersion>
396401
<allow-uri-read>true</allow-uri-read>
397402
<sectids>false</sectids>
398403
</attributes>

0 commit comments

Comments
 (0)