diff options
Diffstat (limited to 'appc-inbound/appc-artifact-handler/features/pom.xml')
-rwxr-xr-x | appc-inbound/appc-artifact-handler/features/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-inbound/appc-artifact-handler/features/pom.xml b/appc-inbound/appc-artifact-handler/features/pom.xml index cd6ae70d6..86dc80ffc 100755 --- a/appc-inbound/appc-artifact-handler/features/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>appc-artifact-handler</artifactId> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-artifact-handler-features</artifactId> @@ -12,11 +12,11 @@ <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-artifact-handler-model</artifactId> </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-artifact-handler-provider</artifactId> <classifier>config</classifier> <type>xml</type> |