aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xms/blueprintsprocessor/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml
index cf9d88885..658e5c417 100755
--- a/ms/blueprintsprocessor/pom.xml
+++ b/ms/blueprintsprocessor/pom.xml
@@ -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 6d0f6789e..856b6927d 100644
--- 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>