Now using eval in docbook to resolve version
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<bookinfo>
|
||||
<title>Spring Web Services - Reference Documentation</title>
|
||||
<releaseinfo>&version;</releaseinfo>
|
||||
<releaseinfo><?eval ${project.version}?></releaseinfo>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user