Now using eval in docbook to resolve version

This commit is contained in:
Arjen Poutsma
2011-03-29 08:42:39 +00:00
parent 7b1862ad1a
commit 371440f71b
3 changed files with 4 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<bookinfo>
<title>Spring Web Services - Reference Documentation</title>
<releaseinfo>&version;</releaseinfo>
<releaseinfo><?eval ${project.version}?></releaseinfo>
<authorgroup>
<author>

View File

@@ -474,7 +474,7 @@
</para>
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
-DarchetypeVersion=2.0.0-RC2 \
-DarchetypeVersion=<?eval ${project.version}?> \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService
</screen>