summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--a1-adapter/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/feature/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/feature/pom.xml2
-rw-r--r--a1-adapter/a1-adapter-api/installer/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/installer/pom.xml2
-rw-r--r--a1-adapter/a1-adapter-api/model/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/model/pom.xml2
-rw-r--r--a1-adapter/a1-adapter-api/pom.xml2
-rw-r--r--a1-adapter/a1-adapter-api/provider/README.md3
-rw-r--r--a1-adapter/a1-adapter-api/provider/pom.xml2
-rw-r--r--a1-adapter/features/README.md3
-rw-r--r--a1-adapter/features/a1-adapter-northbound/README.md3
-rw-r--r--a1-adapter/features/a1-adapter-northbound/pom.xml2
-rw-r--r--a1-adapter/features/installer/README.md3
-rw-r--r--a1-adapter/features/installer/pom.xml2
-rw-r--r--a1-adapter/features/pom.xml2
-rw-r--r--a1-adapter/pom.xml2
-rw-r--r--a1-policy-management/pom.xml2
-rw-r--r--csit/scripts/healthcheck/.env2
-rw-r--r--docs/releasenotes/release-notes.rst30
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
23 files changed, 59 insertions, 24 deletions
diff --git a/a1-adapter/README.md b/a1-adapter/README.md
index a4c24137..0c7862e2 100644
--- a/a1-adapter/README.md
+++ b/a1-adapter/README.md
@@ -11,7 +11,8 @@ It is also possible to configure a HTTP Proxy for southbound connections. In ord
## 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/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>
diff --git a/a1-adapter/features/README.md b/a1-adapter/features/README.md
index 3dd00fa4..1cb55600 100644
--- a/a1-adapter/features/README.md
+++ b/a1-adapter/features/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/features/a1-adapter-northbound/README.md b/a1-adapter/features/a1-adapter-northbound/README.md
index 53a416b1..7b0e6f87 100644
--- a/a1-adapter/features/a1-adapter-northbound/README.md
+++ b/a1-adapter/features/a1-adapter-northbound/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/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml
index 6271cccd..af8a145f 100644
--- a/a1-adapter/features/a1-adapter-northbound/pom.xml
+++ b/a1-adapter/features/a1-adapter-northbound/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>a1-adapter-northbound</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/features/installer/README.md b/a1-adapter/features/installer/README.md
index 1aecf161..588794dd 100644
--- a/a1-adapter/features/installer/README.md
+++ b/a1-adapter/features/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/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml
index e79e2fac..5093f9dd 100644
--- a/a1-adapter/features/installer/pom.xml
+++ b/a1-adapter/features/installer/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>a1-adapter-northbound-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/features/pom.xml b/a1-adapter/features/pom.xml
index a993b8a1..ab413856 100644
--- a/a1-adapter/features/pom.xml
+++ b/a1-adapter/features/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>ccsdk-a1-adapter-feature-aggregator</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/pom.xml b/a1-adapter/pom.xml
index b7f6807c..6a556ae0 100644
--- a/a1-adapter/pom.xml
+++ b/a1-adapter/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>ccsdk-a1-adapter</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-policy-management/pom.xml b/a1-policy-management/pom.xml
index b034f854..7da79324 100644
--- a/a1-policy-management/pom.xml
+++ b/a1-policy-management/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>a1-policy-management-service</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
<name>ccsdk-oran :: ${project.artifactId}</name>
<properties>
<java.version.source>17</java.version.source>
diff --git a/csit/scripts/healthcheck/.env b/csit/scripts/healthcheck/.env
index 9545a7e5..ed262623 100644
--- a/csit/scripts/healthcheck/.env
+++ b/csit/scripts/healthcheck/.env
@@ -18,7 +18,7 @@
#PMS
PMS_IMAGE_BASE="onap/ccsdk-oran-a1policymanagementservice"
-PMS_IMAGE_TAG="1.7.1-SNAPSHOT-latest"
+PMS_IMAGE_TAG="1.7.2-SNAPSHOT-latest"
#A1_SIM
A1_SIM_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator"
diff --git a/docs/releasenotes/release-notes.rst b/docs/releasenotes/release-notes.rst
index c362278c..18edf48a 100644
--- a/docs/releasenotes/release-notes.rst
+++ b/docs/releasenotes/release-notes.rst
@@ -96,10 +96,13 @@ Version history A1 Policy Management Service
| 2023-11-10 | 1.6.0 | Dan Timoney | RC version, |
| | | | Montreal Release |
+------------+----------+-------------+-------------------+
-| 2023-11-27 | 1.6.1 | Dan Timoney | Release version, |
+| 2023-11-27 | 1.6.1 | Dan Timoney | Release 1.6.1 |
| | | | Montreal Release |
+------------+----------+-------------+-------------------+
-| 2024-06-20 | 1.7.0 | John Keeney | Release version, |
+| 2024-06-20 | 1.7.0 | John Keeney | Release 1.7.0 |
+| | | | New Delhi Release |
++------------+----------+-------------+-------------------+
+| 2024-10-11 | 1.7.1 | John Keeney | Release 1.7.1 |
| | | | New Delhi Release |
+------------+----------+-------------+-------------------+
@@ -188,6 +191,9 @@ Version history A1 Adapter
| 2024-06-20 | 1.7.0 | John Keeney | Release version, |
| | | | New Delhi Release |
+------------+----------+-------------+-------------------+
+| 2024-10-11 | 1.7.1 | John Keeney | Bug Fix Version |
+| | | | New Delhi Release |
++------------+----------+-------------+-------------------+
Release Data
============
@@ -688,3 +694,23 @@ New Delhi, Release 1.7.0
| **Purpose of the delivery** | Improvements, New Delhi Release, 1.7.0 version |
| | |
+-----------------------------+-----------------------------------------------------+
+
+New Delhi, Bug Fix Release 1.7.1
+--------------------------------
++-----------------------------+-----------------------------------------------------+
+| **Project** | CCSDK ORAN |
+| | |
++-----------------------------+-----------------------------------------------------+
+| **Repo/commit-ID** | ccsdk-oran/fed39cf25ad8ed8bb7a924c8df0902ca123b5373 |
+| | |
++-----------------------------+-----------------------------------------------------+
+| **Release designation** | New Delhi |
+| | |
++-----------------------------+-----------------------------------------------------+
+| **Release date** | 2024-10-11 |
+| | |
++-----------------------------+-----------------------------------------------------+
+| **Purpose of the delivery** | New Delhi - Bug Fix Release, 1.7.1 version |
+| | Improvements & Bug fixes, picked from master/OSLO |
+| | |
++-----------------------------+-----------------------------------------------------+
diff --git a/pom.xml b/pom.xml
index 7dcafa3e..2cff4ba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.ccsdk.oran</groupId>
<artifactId>ccsdk-oran</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 1f394778..a7230246 100644
--- a/version.properties
+++ b/version.properties
@@ -6,7 +6,7 @@
release_name=1
sprint_number=7
-feature_revision=1
+feature_revision=2
base_version=${release_name}.${sprint_number}.${feature_revision}