From fe9051bb91b524ff9cef5023a95dea7161d75388 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Sat, 16 Dec 2023 01:28:52 +0000 Subject: [PATCH] Trigger i-release documentation Change-Id: I02e9f617b16fb69ed670e03a2de2e36faf78823b Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 5 +++-- nonrtric-gateway/pom.xml | 1 + pom.xml | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 021eb04..652743f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2019-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2019-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. @@ -23,7 +24,7 @@ linkcheck_ignore = [ 'https://gerrit.o-ran-sc.org.*' ] -branch = 'latest' +branch = 'i-release' extensions = [ 'sphinx.ext.intersphinx', diff --git a/nonrtric-gateway/pom.xml b/nonrtric-gateway/pom.xml index e9b84ff..e185566 100644 --- a/nonrtric-gateway/pom.xml +++ b/nonrtric-gateway/pom.xml @@ -4,6 +4,7 @@ * O-RAN-SC * %% * Copyright (C) 2021-2023 Nordix Foundation +* Copyright (C) 2023 OpenInfra Foundation Europe * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 8eae437..05b4172 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,24 @@ + + -- 2.16.6