diff options
author | JohnKeeney <john.keeney@est.tech> | 2024-10-11 18:11:58 +0100 |
---|---|---|
committer | John Keeney <john.keeney@est.tech> | 2024-10-17 09:27:24 +0000 |
commit | 3742b04bdc730490db9adb25567ebb96c9ccdb56 (patch) | |
tree | 5d29d62dc5d379a1946a91adee7c41c70c09a8d0 /a1-adapter/a1-adapter-api | |
parent | 84155776b45cb36a8abb21f26737dda97fb51fc5 (diff) |
Bug fix release - New Delhi - Roll versions & release notes - v1.7.1 -> v1.7.2
Issue-ID: CCSDK-4020
Change-Id: I7bdfd864b7744e075e7221af530d622092ad8866
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'a1-adapter/a1-adapter-api')
-rw-r--r-- | a1-adapter/a1-adapter-api/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/feature/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/feature/pom.xml | 2 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/installer/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/installer/pom.xml | 2 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/model/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/model/pom.xml | 2 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/pom.xml | 2 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/provider/README.md | 3 | ||||
-rw-r--r-- | a1-adapter/a1-adapter-api/provider/pom.xml | 2 |
10 files changed, 15 insertions, 10 deletions
diff --git a/a1-adapter/a1-adapter-api/README.md b/a1-adapter/a1-adapter-api/README.md index ecfb290a..9bce11c2 100644 --- a/a1-adapter/a1-adapter-api/README.md +++ b/a1-adapter/a1-adapter-api/README.md @@ -4,7 +4,8 @@ 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/feature/README.md b/a1-adapter/a1-adapter-api/feature/README.md index 0afc6328..4fe2141e 100644 --- a/a1-adapter/a1-adapter-api/feature/README.md +++ b/a1-adapter/a1-adapter-api/feature/README.md @@ -4,7 +4,8 @@ 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/feature/pom.xml b/a1-adapter/a1-adapter-api/feature/pom.xml index 292f8abd..562f3cf8 100644 --- a/a1-adapter/a1-adapter-api/feature/pom.xml +++ b/a1-adapter/a1-adapter-api/feature/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-feature</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/a1-adapter-api/installer/README.md b/a1-adapter/a1-adapter-api/installer/README.md index 3097cd58..14b46aa2 100644 --- a/a1-adapter/a1-adapter-api/installer/README.md +++ b/a1-adapter/a1-adapter-api/installer/README.md @@ -4,7 +4,8 @@ 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/installer/pom.xml b/a1-adapter/a1-adapter-api/installer/pom.xml index a17f5255..b702a071 100644 --- a/a1-adapter/a1-adapter-api/installer/pom.xml +++ b/a1-adapter/a1-adapter-api/installer/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-installer</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/a1-adapter-api/model/README.md b/a1-adapter/a1-adapter-api/model/README.md index e369a068..062b24b3 100644 --- a/a1-adapter/a1-adapter-api/model/README.md +++ b/a1-adapter/a1-adapter-api/model/README.md @@ -4,7 +4,8 @@ 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/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml index 0a479d7d..6e944d92 100644 --- a/a1-adapter/a1-adapter-api/model/pom.xml +++ b/a1-adapter/a1-adapter-api/model/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-model</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml index 50bdac84..fa203c4d 100644 --- a/a1-adapter/a1-adapter-api/pom.xml +++ b/a1-adapter/a1-adapter-api/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-api</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/a1-adapter-api/provider/README.md b/a1-adapter/a1-adapter-api/provider/README.md index bce2bb26..dfdc3520 100644 --- a/a1-adapter/a1-adapter-api/provider/README.md +++ b/a1-adapter/a1-adapter-api/provider/README.md @@ -4,7 +4,8 @@ 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 da908d3b..b189c67d 100644 --- a/a1-adapter/a1-adapter-api/provider/pom.xml +++ b/a1-adapter/a1-adapter-api/provider/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |