Fix incorrect groupid
Change-Id: If87d33a94f96f82ddb07d7afc23798b39e3753d9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1028
diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml
index 1068522..4c3d954 100644
--- a/appc-provider/appc-provider-features/pom.xml
+++ b/appc-provider/appc-provider-features/pom.xml
@@ -27,7 +27,7 @@
<version>1.4.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.app</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-provider-features</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -38,4 +38,4 @@
<module>features-appc-provider</module>
<module>onap-appc-provider</module>
</modules>
-</project>
\ No newline at end of file
+</project>