From 18e4a61657c25a57e504441275564c15b35c32a3 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 14 Dec 2023 16:43:29 +0000 Subject: [PATCH] Release notes & Roll version after i-release 1.6.0 -> 1.6.1 Change-Id: Iefa3a4a38972c32cac65e8d0166db70a7ad4b9c8 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 5 +++-- docs/release-notes.rst | 26 +++++++++++++++++++++++++- pom.xml | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f18af0e..7dee62f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.*', diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6bc5cc1..700011a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric.plt informationcoordinatorservice - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6