BpGen refactor Code Quality Issue-ID: DCAEGEN2-2502
[dcaegen2/platform.git] / mod / bpgenerator / common / pom.xml
index 7f3a622..a0078c2 100644 (file)
@@ -23,8 +23,8 @@
   -->
 
 <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">
+    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>blueprint-generator-common</artifactId>
@@ -32,7 +32,8 @@
     <packaging>jar</packaging>
 
     <name>Common</name>
-    <description>This module is used by DCAE and ONAP Applications to generate Blueprints</description>
+    <description>This module is used by DCAE and ONAP Applications to generate Blueprints
+    </description>
 
     <parent>
         <groupId>org.onap.dcaegen2.platform.mod</groupId>