From 4f6a2bfca4dc86a0ada341a998cf72b466066ebb Mon Sep 17 00:00:00 2001 From: dariapionk Date: Mon, 27 Mar 2023 11:03:56 +0200 Subject: [PATCH] Release referencedata-ui 5.6.9-RC1 --- docker-compose.yml | 8 ++++---- project.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 84d833e0..16037cc7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: referencedata-ui: - image: openlmis/dev-ui:9.0.5-SNAPSHOT + image: openlmis/dev-ui:9.0.5-RC1 ports: - "9000:9000" - "9876:9876" @@ -18,15 +18,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.9-SNAPSHOT + image: openlmis/auth-ui:6.2.9-RC1 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.8-SNAPSHOT + image: openlmis/ui-components:7.2.8-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.3-SNAPSHOT + image: openlmis/ui-layout:5.2.3-RC1 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 78815e23..66c93145 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.6.9-SNAPSHOT +version=5.6.9-RC1 projectName=OpenLMIS Reference Data UI projectKey=referencedata-ui transifexProject=openlmis-referencedata-ui