diff options
Diffstat (limited to 'client/client-common')
-rw-r--r-- | client/client-common/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index b8013ca88..fe7c93632 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -22,11 +23,11 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> - <artifactId>client</artifactId> + <artifactId>apex-client</artifactId> <version>2.3.0-SNAPSHOT</version> </parent> - <artifactId>client-common</artifactId> + <artifactId>apex-client-common</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> |