Plugin to format/validate POM
[ccsdk/cds.git] / ms / controllerblueprints / modules / pom.xml
index 6cb4ea8..028e28b 100644 (file)
   -->
 <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>
+
     <parent>
         <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
         <artifactId>parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
+
     <artifactId>modules</artifactId>
-    <name>Controller Blueprints Modules</name>
     <packaging>pom</packaging>
 
+    <name>Controller Blueprints Modules</name>
+
     <modules>
         <module>blueprint-core</module>
         <module>resource-dict</module>
@@ -85,5 +88,4 @@
             </plugin>
         </plugins>
     </build>
-
 </project>