diff options
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/pom.xml')
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index 029c3b099..dd6eb5637 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -2,7 +2,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-outbound</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -29,7 +29,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-network-inventory-client-features</artifactId> <classifier>features</classifier> <type>xml</type> @@ -37,7 +37,7 @@ </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-network-inventory-client-provider</artifactId> <version>${project.version}</version> </dependency> |