From d31b23f9cdc21b0377a9e520f7b4a3a333a45b9d Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 20 Jun 2024 19:10:40 +0100 Subject: Roll master branch versions to 1.8.0 after New Delhi release Issue-ID: CCSDK-4020 Change-Id: I06ba58fc333c8a2d2670a2e88529dc39bdc61a2c Signed-off-by: JohnKeeney --- a1-adapter/a1-adapter-api/feature/pom.xml | 5 +++-- a1-adapter/a1-adapter-api/installer/pom.xml | 5 +++-- a1-adapter/a1-adapter-api/model/pom.xml | 5 +++-- a1-adapter/a1-adapter-api/pom.xml | 5 +++-- a1-adapter/a1-adapter-api/provider/pom.xml | 5 +++-- a1-adapter/features/a1-adapter-northbound/pom.xml | 5 +++-- a1-adapter/features/installer/pom.xml | 5 +++-- a1-adapter/features/pom.xml | 5 +++-- a1-adapter/pom.xml | 5 +++-- 9 files changed, 27 insertions(+), 18 deletions(-) (limited to 'a1-adapter') diff --git a/a1-adapter/a1-adapter-api/feature/pom.xml b/a1-adapter/a1-adapter-api/feature/pom.xml index 00952bba..13a2c694 100644 --- a/a1-adapter/a1-adapter-api/feature/pom.xml +++ b/a1-adapter/a1-adapter-api/feature/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 @@ org.onap.ccsdk.oran a1-adapter-feature - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT feature ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/installer/pom.xml b/a1-adapter/a1-adapter-api/installer/pom.xml index c8487023..44c1db03 100644 --- a/a1-adapter/a1-adapter-api/installer/pom.xml +++ b/a1-adapter/a1-adapter-api/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 @@ org.onap.ccsdk.oran a1-adapter-installer - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml index dd7dbfef..13a94d63 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/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 @@ org.onap.ccsdk.oran a1-adapter-model - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT bundle ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml index 24e0ffb0..2b3d321d 100644 --- a/a1-adapter/a1-adapter-api/pom.xml +++ b/a1-adapter/a1-adapter-api/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. @@ -30,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-api - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/a1-adapter-api/provider/pom.xml b/a1-adapter/a1-adapter-api/provider/pom.xml index 43077ca0..a8655cc2 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 @@ org.onap.ccsdk.oran a1-adapter-provider - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT bundle ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index 2c02f05b..8f735551 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/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. @@ -30,7 +31,7 @@ org.onap.ccsdk.oran a1-adapter-northbound - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT feature ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml index e1370372..a123a6c1 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 @@ org.onap.ccsdk.oran a1-adapter-northbound-installer - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/features/pom.xml b/a1-adapter/features/pom.xml index 7b8fb31d..554275ba 100644 --- a/a1-adapter/features/pom.xml +++ b/a1-adapter/features/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 @@ org.onap.ccsdk.oran ccsdk-a1-adapter-feature-aggregator - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} diff --git a/a1-adapter/pom.xml b/a1-adapter/pom.xml index 9b4168fb..b69e1da9 100644 --- a/a1-adapter/pom.xml +++ b/a1-adapter/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 @@ org.onap.ccsdk.oran ccsdk-a1-adapter - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom ccsdk-oran :: ${project.artifactId} -- cgit 1.2.3-korg