summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abbas <ahmad.helmy@orange.com>2019-11-17 18:21:30 +0200
committerAhmed Abbas <ahmad.helmy@orange.com>2019-11-17 18:21:30 +0200
commit99fc5f05e2674b93aaaf005331d7459a3bd432a9 (patch)
treefadeb73d4ba2459995f5dbe425df6d82ec7b1c4d
parentf1d758b6d4151d33b7717b477917cae223e035a6 (diff)
change modules order in parent pom and change relative path in blueprintprocessor
Issue-ID: CCSDK-1932 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: If74efa39b061ddded659eb0e79c4f5b43d8cf4ab
-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>