diff options
Diffstat (limited to 'appc-dg-util/appc-dg-util-installer/pom.xml')
-rw-r--r-- | appc-dg-util/appc-dg-util-installer/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index 73c23e9e5..36d8cee5d 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/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> <artifactId>appc-dg-util-installer</artifactId> @@ -13,14 +13,14 @@ <properties> <application.name>appc-dg-util</application.name> <features.boot>appc-dg-util</features.boot> - <features.repositories>mvn:org.openecomp.appc/appc-dg-util-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/appc-dg-util-features/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-features</artifactId> <version>${project.version}</version> <classifier>features</classifier> @@ -34,7 +34,7 @@ </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-bundle</artifactId> <version>${project.version}</version> </dependency> |