Roll version after release A1PMS -> 2.6.1 70/11370/2
authorJohnKeeney <john.keeney@est.tech>
Thu, 15 Jun 2023 21:42:14 +0000 (22:42 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 16 Jun 2023 00:50:28 +0000 (00:50 +0000)
Issue-ID: NONRTRIC-883
Change-Id: Ib929edf0852d5bc23bcf0f9096ba30d440a57d4a
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.readthedocs.yaml
docs/conf.py
docs/requirements-docs.txt
pom.xml

index 7f0136e..991999b 100644 (file)
@@ -22,7 +22,7 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  image: h-release
 
 python:
   version: 3.7
index adbae5d..e8ddc27 100644 (file)
@@ -19,7 +19,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'h-release'
 onapbranch = 'latest'
 
 linkcheck_ignore = [
index f266a10..3ecb51e 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>a1policymanagementservice</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.6.1-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>