Skip to content

Commit 66b8537

Browse files
Fix typo in pom name
1 parent a129fe4 commit 66b8537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maven-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<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">
2020
<modelVersion>4.0.0</modelVersion>
2121
<artifactId>cloud-maven-standard</artifactId>
22-
<name>Apache CloudStack Maven Contentions Parent</name>
22+
<name>Apache CloudStack Maven Conventions Parent</name>
2323
<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>
2424
<packaging>pom</packaging>
2525
<parent>

0 commit comments

Comments
 (0)