You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/05/08 11:38:11 UTC

git commit: updated refs/heads/master to 8c929d5

Repository: cloudstack
Updated Branches:
  refs/heads/master 5f66679df -> 8c929d58c


apidoc: get version information from $project.version

(cherry picked from commit 09634322683f609ebe371d464d09bb79b160bf3b)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

Conflicts:
	tools/apidoc/pom.xml


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

Branch: refs/heads/master
Commit: 8c929d58c7ff1afa97e55ed796273ede55bce4c9
Parents: 5f66679
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri May 8 11:35:34 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri May 8 11:37:57 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8c929d58/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index 3870b02..e309bcc 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.6.0-SNAPSHOT/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>