Release notes & Roll version after i-release 1.6.0 -> 1.6.1 16/12316/1
authorJohnKeeney <john.keeney@est.tech>
Thu, 14 Dec 2023 16:43:29 +0000 (16:43 +0000)
committerJohnKeeney <john.keeney@est.tech>
Thu, 14 Dec 2023 16:43:33 +0000 (16:43 +0000)
Change-Id: Iefa3a4a38972c32cac65e8d0166db70a7ad4b9c8
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-958

docs/conf.py
docs/release-notes.rst
pom.xml

index f18af0e..7dee62f 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2020-2022 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023 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.
@@ -19,7 +20,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'i-release'
 
 linkcheck_ignore = [
     'http://localhost.*',
index 6bc5cc1..700011a 100644 (file)
@@ -1,6 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2021 Nordix
+.. Copyright (C) 2021 Nordix. All rights reserved
+.. Copyright (C) 2021 OpenInfra Foundation Europe. All rights reserved
 
 =============
 Release-Notes
@@ -47,6 +48,9 @@ Version history Information Coordinator Service
 | 2023-06-16 | 1.5.0    | John Keeney      | H Release          |
 |            |          |                  |                    |
 +------------+----------+------------------+--------------------+
+| 2023-12-14 | 1.6.0    | John Keeney      | I Release          |
+|            |          |                  |                    |
++------------+----------+------------------+--------------------+
 
 
 Release Data
@@ -249,3 +253,23 @@ H Release
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
 
+I Release
+---------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC Information Coordinator Service        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/informationcoordinatorservice/       |
+|                             | d9f145a3945f0fe4c9f4d093c887f11476535113          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     | I                                                 |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            | 2023-12-14                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | nonrtric-plt-informationcoordinatorservice:1.6.0  |
+|                             |    Minor improvements and stability updates       |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
diff --git a/pom.xml b/pom.xml
index fe69191..e760113 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>informationcoordinatorservice</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.1-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>