diff options
Diffstat (limited to 'integrity-audit/pom.xml')
-rw-r--r-- | integrity-audit/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 51e2cca0..0e6fbb1e 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - ECOMP Policy Engine - Common Modules + ONAP Policy Engine - Common Modules ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. ================================================================================ @@ -28,7 +28,7 @@ <packaging>jar</packaging> <parent> - <groupId>org.openecomp.policy.common</groupId> + <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> @@ -68,8 +68,8 @@ <version>3.4</version> </dependency> <dependency> - <groupId>org.openecomp.policy.common</groupId> - <artifactId>ECOMP-Logging</artifactId> + <groupId>org.onap.policy.common</groupId> + <artifactId>ONAP-Logging</artifactId> <version>${project.version}</version> </dependency> </dependencies> |