diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-13 23:59:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 23:59:46 +0000 |
commit | 9664958ba793b48e52cd59e7ff73da0ff1d08787 (patch) | |
tree | b98c4f401e937b7a01c03aa46f870212f46e89ee | |
parent | 55e714f5fb5d6f9d2ff11a4ac47bbc693623c663 (diff) | |
parent | 82abd586d05fec8740389299d87412ba97a55808 (diff) |
Merge "Fixed parent reference"
-rwxr-xr-x | aria/aria-rest-java-client/pom.xml | 2 | ||||
-rw-r--r-- | aria/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aria/aria-rest-java-client/pom.xml b/aria/aria-rest-java-client/pom.xml index 0af9923401..adfc25348f 100755 --- a/aria/aria-rest-java-client/pom.xml +++ b/aria/aria-rest-java-client/pom.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>aria-client</groupId> + <groupId>org.onap.so</groupId> <artifactId>aria-client</artifactId> <version>1.2.0-SNAPSHOT</version> diff --git a/aria/pom.xml b/aria/pom.xml index 95ef93b6c8..c2617dafcc 100644 --- a/aria/pom.xml +++ b/aria/pom.xml @@ -17,7 +17,7 @@ <modules> <module>aria-rest-java-client</module> - <module>aria-rest-server</module> + <!-- <module>aria-rest-server</module> --> <!-- <module>multivim-plugin</module> --> </modules> </project> |