diff options
Diffstat (limited to 'appc-dg-util/appc-dg-util-features/pom.xml')
-rw-r--r-- | appc-dg-util/appc-dg-util-features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index 922b776f1..325dd87c6 100644 --- a/appc-dg-util/appc-dg-util-features/pom.xml +++ b/appc-dg-util/appc-dg-util-features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>appc-dg-util</artifactId> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <version>1.3.0-SNAPSHOT</version> </parent> <name>appc-dg-util-features</name> @@ -13,7 +13,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-bundle</artifactId> <version>${project.version}</version> </dependency> |