diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-15 08:03:10 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-15 08:03:58 -0700 |
commit | 3d2c3841f6f1351d266b395b1a0c6781b4413e8f (patch) | |
tree | c67c98723cf9cc905446e04c292e2e3e35aee263 | |
parent | b7c21e18163eb851327ab12c110a1e6b256b9535 (diff) |
Fix incorrect groupid
Change-Id: If87d33a94f96f82ddb07d7afc23798b39e3753d9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1028
-rw-r--r-- | appc-provider/appc-provider-features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index 1068522d5..4c3d9549c 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> |