diff options
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r-- | appc-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 8f7a93dbe..abd27216e 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,13 +27,13 @@ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>appc-java-client</artifactId>
- <groupId>org.openecomp.appc.client</groupId>
+ <groupId>org.onap.appc.client</groupId>
<version>1.3.0-SNAPSHOT</version>
<name>appc-java-client</name>
|