Updated Branches: refs/heads/master 3b2e71588 -> 66ca4323b
fix project name in description element Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/66ca4323 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/66ca4323 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/66ca4323 Branch: refs/heads/master Commit: 66ca4323b4854242821446994294345865e2a43c Parents: 3b2e715 Author: olivier lamy <[email protected]> Authored: Tue Nov 20 12:40:14 2012 +0100 Committer: olivier lamy <[email protected]> Committed: Tue Nov 20 12:40:36 2012 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/66ca4323/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c6058c4..4a02aa9 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <version>4.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache CloudStack</name> - <description>CloudStack is an IaaS (âInfrastracture as a Serviceâ) cloud orchestration platform.</description> + <description>Apache CloudStack is an IaaS (âInfrastracture as a Serviceâ) cloud orchestration platform.</description> <url>http://www.cloudstack.org</url> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection>
