From ef7de7090fd6f9abd9c846c1c52847b966247615 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Jun 2024 20:52:28 +0100 Subject: [PATCH] Roll versions after J-Relase (j-release branch) Issue-ID: NONRTRIC-972 Change-Id: I8e3f0d6b4ccb1b2b7492d97cdc8e5ddc245fe09e Signed-off-by: JohnKeeney --- docs/conf.py | 5 +++-- docs/developer-guide.rst | 7 ++++--- docs/release-notes.rst | 3 ++- pom.xml | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3eb6acb..502f916 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2021-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2033 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. @@ -19,7 +20,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'j-release' language = 'en' diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index dfa994a..8942e89 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,13 +1,14 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -.. Copyright (C) 2022 Nordix +.. Copyright (C) 2021-2033 Nordix Foundation. All rights reserved +.. Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved Developer Guide =============== This document provides a quickstart for developers of the Non-RT RIC DMaaP Adapter. -Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. +Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki `_. DMaaP Adapter Service --------------------- @@ -26,7 +27,7 @@ Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. +For more information on installation of NonRT-RIC in Kubernetes, see `Deploy NONRTRIC in Kubernetes `_. For more information see `Integration and Testing documentation on the O-RAN-SC wiki `_. diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 56c0bdf..b5227a8 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-2033 Nordix +.. Copyright (C) 2021-2033 Nordix Foundation. All rights reserved +.. Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved ============= Release-Notes diff --git a/pom.xml b/pom.xml index 2756b8c..28bea42 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric.plt dmaapadapter - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6