From d902538cf1dc68b2ba0ea79681a40f0626b363a4 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 15 Jun 2023 22:42:14 +0100 Subject: [PATCH] Roll version after release A1PMS -> 2.6.1 Issue-ID: NONRTRIC-883 Change-Id: Ib929edf0852d5bc23bcf0f9096ba30d440a57d4a Signed-off-by: JohnKeeney --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- docs/requirements-docs.txt | 3 ++- pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0136e..991999b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,7 +22,7 @@ formats: - htmlzip build: - image: latest + image: h-release python: version: 3.7 diff --git a/docs/conf.py b/docs/conf.py index adbae5d..e8ddc27 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'h-release' onapbranch = 'latest' linkcheck_ignore = [ diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index f266a10..3ecb51e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -9,4 +9,5 @@ sphinxcontrib-needs sphinxcontrib-swaggerdoc sphinx_bootstrap_theme sphinxcontrib-redoc -lfdocs-conf \ No newline at end of file +lfdocs-conf +urllib3~=1.26.15 diff --git a/pom.xml b/pom.xml index 0cae665..105a110 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric.plt a1policymanagementservice - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6