From 2f7ecd3af8cd901fdfc46ca86675dbcd52c0bd42 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 12 Nov 2014 15:51:56 +0100 Subject: [PATCH] #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 --- parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 3ab3a52f..d35a3fb4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -393,6 +393,11 @@ book ${project.version} + ${project.name} + ${project.version} + ${aspectj} + ${querydsl} + ${spring} true false