apidoc: get version information from $project.version

Signed-off-by: Rohit Yadav <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/09634322
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/09634322
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/09634322

Branch: refs/heads/master
Commit: 09634322683f609ebe371d464d09bb79b160bf3b
Parents: d0d08e6
Author: Rohit Yadav <[email protected]>
Authored: Fri May 8 11:35:34 2015 +0200
Committer: Rohit Yadav <[email protected]>
Committed: Fri May 8 11:35:34 2015 +0200

----------------------------------------------------------------------
 tools/apidoc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09634322/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index 8d5966a..f885222 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -21,7 +21,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
-        
<client.config.base>../../client/target/cloud-client-ui-4.5.1/WEB-INF/</client.config.base>
+        
<client.config.base>../../client/target/cloud-client-ui-${project.version}/WEB-INF/</client.config.base>
         <client.config.jars>${client.config.base}/lib</client.config.jars>
         <client.config.conf>${client.config.base}/classes</client.config.conf>
     </properties>

Reply via email to