diff options
Diffstat (limited to 'controlloop/common/database/pom.xml')
-rw-r--r-- | controlloop/common/database/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml index a829d9f7b..12f2c8bf4 100644 --- a/controlloop/common/database/pom.xml +++ b/controlloop/common/database/pom.xml @@ -3,6 +3,7 @@ drools-applications ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. 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,7 +23,7 @@ <parent> <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> - <artifactId>common</artifactId> + <artifactId>drools-applications-common</artifactId> <version>1.6.0-SNAPSHOT</version> </parent> |