Merge "add main module and hrml of designer component in new cds ui"
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8350e1e..856b692 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</version>
         <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@ limitations under the License.
     <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>cds-parent</name>
+    <name>CDS Parent</name>
     <description>CCSDK Controller Design Studio</description>
     <url>https://wiki.onap.org</url>
     <organization>
@@ -38,8 +38,8 @@ limitations under the License.
     </organization>
 
     <modules>
-        <module>cds-ui</module>
         <module>ms</module>
+        <module>cds-ui</module>
     </modules>
 
     <properties>
@@ -52,12 +52,11 @@ limitations under the License.
         <!--Only include java and kt files to the scan-->
         <sonar.inclusions>**/*.java,**/*.kt</sonar.inclusions>
         <!--Specify path to load jacoco XLM report, as Sonar can't load Kotlin coverage from binary report-->
-        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
-        </sonar.coverage.jacoco.xmlReportPaths>
+        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
         <jacoco.version>0.8.3</jacoco.version>
-       
-       <!-- Properties for POM Format -->
-       <format.skipValidate>false</format.skipValidate>
+
+        <!-- Properties for POM Format -->
+        <format.skipValidate>false</format.skipValidate>
         <format.skipExecute>true</format.skipExecute>
     </properties>
 
@@ -69,7 +68,7 @@ limitations under the License.
                 <version>${jacoco.version}</version>
             </plugin>
 
-           <!-- Plugin to Format/Validate POM Files -->
+            <!-- Plugin to Format/Validate POM Files -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>tidy-maven-plugin</artifactId>
@@ -133,8 +132,8 @@ limitations under the License.
             </build>
         </profile>
 
-       <!-- Profile to format skip validate or execute -->
-       <profile>
+        <!-- Profile to format skip validate or execute -->
+        <profile>
             <id>format</id>
             <properties>
                 <format.skipValidate>true</format.skipValidate>