aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfilppi <dewayne@cloudify.co>2018-03-13 12:05:27 +0000
committerdfilppi <dewayne@cloudify.co>2018-03-13 12:05:27 +0000
commit82abd586d05fec8740389299d87412ba97a55808 (patch)
tree62af1e337973bf98ea57483e724d9563e8dce528
parent6310dbd5b69ecd9e5b87cd31a7420c4ff3d4f36d (diff)
Fixed parent reference
Change-Id: I2d7b0d6025789c0ff60495630f59ed3b70c99510 Issue-ID: SO-448 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
-rwxr-xr-xaria/aria-rest-java-client/pom.xml2
-rw-r--r--aria/pom.xml2
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>