change modules order in parent pom and change relative path in blueprintprocessor 88/98488/1
authorAhmed Abbas <ahmad.helmy@orange.com>
Sun, 17 Nov 2019 16:21:30 +0000 (18:21 +0200)
committerAhmed Abbas <ahmad.helmy@orange.com>
Sun, 17 Nov 2019 16:21:30 +0000 (18:21 +0200)
Issue-ID: CCSDK-1932
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: If74efa39b061ddded659eb0e79c4f5b43d8cf4ab

ms/blueprintsprocessor/pom.xml
pom.xml

index cf9d888..658e5c4 100755 (executable)
@@ -22,7 +22,7 @@
         <groupId>org.onap.ccsdk.cds</groupId>
         <artifactId>ms</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>blueprintsprocessor</artifactId>
diff --git a/pom.xml b/pom.xml
index 6d0f678..856b692 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@ limitations under the License.
     </organization>
 
     <modules>
-        <module>cds-ui</module>
         <module>ms</module>
+        <module>cds-ui</module>
     </modules>
 
     <properties>