Fix typo in pom name
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/66b85378 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/66b85378 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/66b85378 Branch: refs/heads/ui-restyle Commit: 66b853789ca4dce62b9496563d9606697fea99e0 Parents: a129fe4 Author: Darren Shepherd <[email protected]> Authored: Fri Oct 4 14:37:23 2013 -0700 Committer: Darren Shepherd <[email protected]> Committed: Fri Oct 4 14:37:23 2013 -0700 ---------------------------------------------------------------------- maven-standard/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/66b85378/maven-standard/pom.xml ---------------------------------------------------------------------- diff --git a/maven-standard/pom.xml b/maven-standard/pom.xml index 0960e2f..e4a81d8 100644 --- a/maven-standard/pom.xml +++ b/maven-standard/pom.xml @@ -19,7 +19,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>cloud-maven-standard</artifactId> - <name>Apache CloudStack Maven Contentions Parent</name> + <name>Apache CloudStack Maven Conventions Parent</name> <description>Historically ACS was built with a custom build system mixing ant and wscript. When the conversion to maven was done the existing directory structure in git was kept. So the src, testing, and resources folders in ACS don't follow the standard maven conventions. This parent pom forces the folders back to the standard conventions</description> <packaging>pom</packaging> <parent>
