From 016247b56950339bc08a4c25780155ce34fda94e Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 21 Jan 2021 08:01:05 +0100 Subject: [PATCH] Step to correct versions In the uplift commit the versions were stepped to the wrong versions. Change-Id: Iaebe9cc5cae65945b04baa6ce68d7590190f1c1b Signed-off-by: elinuxhenrik Issue-ID: NONRTRIC-385 --- docker-compose/ecs/docker-compose.yaml | 2 +- docker-compose/policy-service/docker-compose.yaml | 2 +- docker-compose/rapp/docker-compose.yaml | 2 +- enrichment-coordinator-service/pom.xml | 2 +- policy-agent/README.md | 2 +- policy-agent/pom.xml | 2 +- pom.xml | 2 +- r-app-catalogue/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose/ecs/docker-compose.yaml b/docker-compose/ecs/docker-compose.yaml index 5cf391c5..29918fb3 100644 --- a/docker-compose/ecs/docker-compose.yaml +++ b/docker-compose/ecs/docker-compose.yaml @@ -22,7 +22,7 @@ networks: services: ecs: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-enrichment-coordinator-service:1.1.1 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-enrichment-coordinator-service:1.0.1 container_name: ecs networks: default: diff --git a/docker-compose/policy-service/docker-compose.yaml b/docker-compose/policy-service/docker-compose.yaml index af4c0abd..b3eb010c 100644 --- a/docker-compose/policy-service/docker-compose.yaml +++ b/docker-compose/policy-service/docker-compose.yaml @@ -22,7 +22,7 @@ networks: services: policy-agent: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent:2.2.1 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent:2.1.1 container_name: policy-agent networks: default: diff --git a/docker-compose/rapp/docker-compose.yaml b/docker-compose/rapp/docker-compose.yaml index a7f215f1..298aec22 100644 --- a/docker-compose/rapp/docker-compose.yaml +++ b/docker-compose/rapp/docker-compose.yaml @@ -22,7 +22,7 @@ networks: services: r-app: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-r-app-catalogue:1.1.1 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-r-app-catalogue:1.0.1 container_name: r-app networks: default: diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index afb9abdf..c6633ccf 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric enrichment-coordinator-service - 1.1.1-SNAPSHOT + 1.0.1-SNAPSHOT The Apache Software License, Version 2.0 diff --git a/policy-agent/README.md b/policy-agent/README.md index e73d1dec..68f94225 100644 --- a/policy-agent/README.md +++ b/policy-agent/README.md @@ -34,7 +34,7 @@ volumes: The target paths in the container should not be modified. Example docker run command for mounting new files (assuming they are located in the current directory): -docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.2.1-SNAPSHOT +docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.1.1-SNAPSHOT To Run Policy Agent in Local: diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 92f8d5ac..a8657cfd 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric policy-agent - 2.2.1-SNAPSHOT + 2.1.1-SNAPSHOT The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index b7b64a90..8e2fdf78 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.o-ran-sc nonrtric - 2.2.1-SNAPSHOT + 2.1.1-SNAPSHOT pom nonrtric diff --git a/r-app-catalogue/pom.xml b/r-app-catalogue/pom.xml index 70982216..5725a860 100644 --- a/r-app-catalogue/pom.xml +++ b/r-app-catalogue/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric r-app-catalogue - 1.1.1-SNAPSHOT + 1.0.1-SNAPSHOT The Apache Software License, Version 2.0 -- 2.16.6