From: JohnKeeney Date: Fri, 16 Jun 2023 00:10:36 +0000 (+0100) Subject: Roll versions after release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=portal%2Fnonrtric-controlpanel.git;a=commitdiff_plain;h=e6323ab879a1d3d13d6c4cb4910afe34b6a96909 Roll versions after release Issue-ID: NONRTRIC-883 Change-Id: I5090a2d8cd0ee675b41c6c99edb1572ea8be7db4 Signed-off-by: JohnKeeney --- diff --git a/docker-compose/.env b/docker-compose/.env index 6c9743b..69fdd12 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -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 diff --git a/nonrtric-gateway/pom.xml b/nonrtric-gateway/pom.xml index 96a050c..e9b84ff 100644 --- a/nonrtric-gateway/pom.xml +++ b/nonrtric-gateway/pom.xml @@ -29,7 +29,7 @@ org.o-ran-sc.nonrtric nonrtric-gateway - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT Nonrtric Gateway Nonrtric Gateway diff --git a/pom.xml b/pom.xml index 633db5c..8eae437 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.o-ran-sc.nonrtric nonrtric-controlpanel-root - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT pom nonrtric-gateway diff --git a/webapp-frontend/container-tag.yaml b/webapp-frontend/container-tag.yaml index 009ab55..2942d01 100644 --- a/webapp-frontend/container-tag.yaml +++ b/webapp-frontend/container-tag.yaml @@ -16,4 +16,4 @@ # --- -tag: 2.5.0 +tag: 2.6.0 diff --git a/webapp-frontend/pom.xml b/webapp-frontend/pom.xml index 13d2900..0b14152 100644 --- a/webapp-frontend/pom.xml +++ b/webapp-frontend/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.o-ran-sc.nonrtric nonrtric-controlpanel - 2.5.0-SNAPSHOT + 2.6.0-SNAPSHOT Nonrtric Controlpanel NonRTRIC Controlpanel