diff options
Diffstat (limited to 'a1-adapter/features/installer')
-rw-r--r-- | a1-adapter/features/installer/README.md | 4 | ||||
-rw-r--r-- | a1-adapter/features/installer/pom.xml | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/a1-adapter/features/installer/README.md b/a1-adapter/features/installer/README.md index 1aecf161..1d06703e 100644 --- a/a1-adapter/features/installer/README.md +++ b/a1-adapter/features/installer/README.md @@ -4,7 +4,9 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. + Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/a1-adapter/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml index 32ef2d1b..e5162a64 100644 --- a/a1-adapter/features/installer/pom.xml +++ b/a1-adapter/features/installer/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -31,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-northbound-installer</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |