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 /aria/aria-rest-java-client | |
parent | 55e714f5fb5d6f9d2ff11a4ac47bbc693623c663 (diff) | |
parent | 82abd586d05fec8740389299d87412ba97a55808 (diff) |
Merge "Fixed parent reference"
Diffstat (limited to 'aria/aria-rest-java-client')
-rwxr-xr-x | aria/aria-rest-java-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |