diff options
Diffstat (limited to 'appc-inbound/appc-design-services/features/pom.xml')
-rwxr-xr-x | appc-inbound/appc-design-services/features/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-inbound/appc-design-services/features/pom.xml b/appc-inbound/appc-design-services/features/pom.xml index a99062966..f143df37c 100755 --- a/appc-inbound/appc-design-services/features/pom.xml +++ b/appc-inbound/appc-design-services/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-design-services</artifactId> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-design-services-features</artifactId> @@ -13,11 +13,11 @@ <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-design-services-model</artifactId> </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-design-services-provider</artifactId> </dependency> |