Roll version after release nonrtric-plt-informationcoordinatorservice:1.5.1 79/11379/1
authorJohnKeeney <john.keeney@est.tech>
Thu, 15 Jun 2023 22:28:41 +0000 (23:28 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 15 Jun 2023 22:28:42 +0000 (23:28 +0100)
Issue-ID: NONRTRIC-883
Change-Id: Iad6298e3234c9322bee8da1add3e5c505f7d4c95
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.readthedocs.yaml
docs/conf.py
pom.xml

index 30f3f56..0693439 100644 (file)
@@ -22,7 +22,7 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  image: h-release
 
 python:
   version: 3.7
index f18af0e..bd946f6 100644 (file)
@@ -19,7 +19,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'h-release'
 
 linkcheck_ignore = [
     'http://localhost.*',
diff --git a/pom.xml b/pom.xml
index 8df2782..7187a90 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>informationcoordinatorservice</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.1-SNAPSHOT</version>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>