From 616653db230dcbc31573e7d2b76b8af8e2e7821f Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 15 Dec 2025 17:42:34 +0000 Subject: [PATCH] Release M: Roll version after release -> 2.11.1 (m-release brranch) Issue-ID: NONRTRIC-1095 Change-Id: I935095fbca2017b03c333db2ee41158078852258 Signed-off-by: JohnKeeney --- docs/conf.py | 2 +- docs/index.rst | 1 + pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cb43b80..cbd0625 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'm-release' onapbranch = 'latest' linkcheck_ignore = [ diff --git a/docs/index.rst b/docs/index.rst index 301b62e..79d6f35 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,3 +15,4 @@ Non-RT RIC A1 Policy Management Service ./installation-guide.rst ./release-notes.rst ./api-docs.rst + diff --git a/pom.xml b/pom.xml index 1ce6f0a..2df2fba 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.11.0-SNAPSHOT + 2.11.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6