diff options
Diffstat (limited to 'tosca-controlloop/common')
-rwxr-xr-x | tosca-controlloop/common/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tosca-controlloop/common/pom.xml b/tosca-controlloop/common/pom.xml index ad69440ea..fef79f002 100755 --- a/tosca-controlloop/common/pom.xml +++ b/tosca-controlloop/common/pom.xml @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020 Nordix Foundation. + Copyright (C) 2021 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.policy.clamp</groupId> + <groupId>org.onap.policy.clamp.controlloop</groupId> <artifactId>controlloop</artifactId> <version>6.0.0-SNAPSHOT</version> </parent> |