Roll versions after release 88/11388/2
authorJohnKeeney <john.keeney@est.tech>
Fri, 16 Jun 2023 00:17:35 +0000 (01:17 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 16 Jun 2023 00:44:28 +0000 (00:44 +0000)
Issue-ID: NONRTRIC-883
Change-Id: I605c8e39c579dda78b97c6946666e012aae84df1
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.readthedocs.yaml
docker-compose/.env
docs/conf.py
docs/requirements-docs.txt
nonrtric-gateway/pom.xml
pom.xml
webapp-frontend/container-tag.yaml
webapp-frontend/pom.xml

index 30f3f56..0693439 100644 (file)
@@ -22,7 +22,7 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  image: h-release
 
 python:
   version: 3.7
index 6c9743b..69fdd12 100644 (file)
@@ -17,8 +17,8 @@
 
 #CONTROL_PANEL
 CONTROL_PANEL_IMAGE_BASE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel"
-CONTROL_PANEL_IMAGE_TAG="2.3.0"
+CONTROL_PANEL_IMAGE_TAG="2.5.0"
 
 #NONRTRIC_GATEWAY
 NONRTRIC_GATEWAY_IMAGE_BASE="nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-gateway"
-NONRTRIC_GATEWAY_IMAGE_TAG="1.1.0"
\ No newline at end of file
+NONRTRIC_GATEWAY_IMAGE_TAG="1.2.0"
\ No newline at end of file
index 021eb04..b2dd686 100644 (file)
@@ -23,7 +23,7 @@ linkcheck_ignore = [
     'https://gerrit.o-ran-sc.org.*'
 ]
 
-branch = 'latest'
+branch = 'h-release'
 
 extensions = [
     'sphinx.ext.intersphinx',
index 09a0c1c..ba20050 100644 (file)
@@ -3,3 +3,4 @@ sphinx-rtd-theme
 sphinxcontrib-httpdomain
 recommonmark
 lfdocs-conf
+urllib3~=1.26.15
index 96a050c..2ae9330 100644 (file)
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>nonrtric-gateway</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <name>Nonrtric Gateway</name>
     <description>Nonrtric Gateway</description>
 
diff --git a/pom.xml b/pom.xml
index 633db5c..5b3c9ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>nonrtric-controlpanel-root</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modules>
         <module>nonrtric-gateway</module>
index 13d2900..08ade34 100644 (file)
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>nonrtric-controlpanel</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>2.5.1-SNAPSHOT</version>
     <name>Nonrtric Controlpanel</name>
     <description>NonRTRIC Controlpanel</description>