Add priority db field and services
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 41ad1cb..856b692 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
-        <relativePath />
+        <version>1.5.0</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.cds</groupId>
@@ -38,13 +38,13 @@ limitations under the License.
     </organization>
 
     <modules>
-        <module>cds-ui</module>
         <module>ms</module>
+        <module>cds-ui</module>
     </modules>
 
     <properties>
         <!--Don't set any language to let sonar enable multi-language support-->
-        <sonar.language />
+        <sonar.language/>
         <!--Provide src/main as source path so both src/main/java and src/main/kotlin are scanned-->
         <sonar.sources>src/main</sonar.sources>
         <!--Provide src/test as source path for test so both src/test/java and src/test/kotlin are scanned-->