diff options
Diffstat (limited to 'appc-metric/appc-metric-installer/pom.xml')
-rw-r--r-- | appc-metric/appc-metric-installer/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appc-metric/appc-metric-installer/pom.xml b/appc-metric/appc-metric-installer/pom.xml index 73c1ad90c..320d5aa17 100644 --- a/appc-metric/appc-metric-installer/pom.xml +++ b/appc-metric/appc-metric-installer/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>appc-metric</artifactId> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-metric-installer</artifactId> @@ -13,14 +13,14 @@ <properties> <application.name>appc-metric</application.name> <features.boot>appc-metric</features.boot> - <features.repositories>mvn:org.openecomp.appc/appc-metric-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.appc/appc-metric-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-metric-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-metric-bundle</artifactId> <version>${project.version}</version> </dependency> |