diff options
author | 2024-10-17 12:14:16 +0100 | |
---|---|---|
committer | 2024-10-17 11:15:56 +0000 | |
commit | 0892860888da3658c34770205ef3e731d54fe84c (patch) | |
tree | ccf547e81833246bd25b3d375eedea31ecb6301f /a1-adapter/a1-adapter-api/provider | |
parent | 27b9d5b12f4f244e02f8b3d45d87a700cefe3486 (diff) |
Bug fix release - Montreal - Roll versions & release notes - v1.6.3 -> v1.6.4montreal
Issue-ID: CCSDK-3967
Change-Id: I5a7728d62d4a5cb0839ea630dbafc6f5c55439eb
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'a1-adapter/a1-adapter-api/provider')
-rw-r--r-- | a1-adapter/a1-adapter-api/provider/README.md | 4 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/provider/pom.xml | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/a1-adapter/a1-adapter-api/provider/README.md b/a1-adapter/a1-adapter-api/provider/README.md index bce2bb26..1c4ed537 100644 --- a/a1-adapter/a1-adapter-api/provider/README.md +++ b/a1-adapter/a1-adapter-api/provider/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/a1-adapter-api/provider/pom.xml b/a1-adapter/a1-adapter-api/provider/pom.xml index 64e2ae43..4c3f3658 100644 --- a/a1-adapter/a1-adapter-api/provider/pom.xml +++ b/a1-adapter/a1-adapter-api/provider/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-provider</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |