From 630381e75c2db19e6506b4b15fa9ffbe35ddf571 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Sat, 16 Dec 2023 01:08:31 +0000 Subject: [PATCH] Trigger i-release documentation Change-Id: I5369a759543514bbb414284abeb39ca8845043fa Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- docs/conf.py | 5 +++-- pom.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3eb6acb..14683e6 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-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' language = 'en' diff --git a/pom.xml b/pom.xml index 2756b8c..93b7da2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,8 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2021 Nordix Foundation +* 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. -- 2.16.6