diff options
Diffstat (limited to 'mod/bpgenerator/common/pom.xml')
-rw-r--r-- | mod/bpgenerator/common/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/bpgenerator/common/pom.xml b/mod/bpgenerator/common/pom.xml index 7f3a622..a0078c2 100644 --- a/mod/bpgenerator/common/pom.xml +++ b/mod/bpgenerator/common/pom.xml @@ -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> |