From 671ad661906c4fa4f6640f2a0162a52a97bb4adb Mon Sep 17 00:00:00 2001 From: saleksandra Date: Fri, 21 May 2021 12:54:09 +0200 Subject: [PATCH] Released fulfillment-ui version 6.0.9-RC3 --- docker-compose.yml | 14 +++++++------- project.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e89b8c99..0360128e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: fulfillment-ui: - image: openlmis/dev-ui:9.0.2-SNAPSHOT + image: openlmis/dev-ui:9.0.2-RC1 ports: - "9000:9000" - "9876:9876" @@ -24,27 +24,27 @@ services: - ui-layout - cce-ui auth-ui: - image: openlmis/auth-ui:6.2.6-SNAPSHOT + image: openlmis/auth-ui:6.2.6-RC3 volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.5-SNAPSHOT + image: openlmis/referencedata-ui:5.6.5-RC3 volumes: - '/openlmis-referencedata-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.0.9-SNAPSHOT + image: openlmis/stockmanagement-ui:2.0.9-RC3 volumes: - '/openlmis-stockmanagement-ui' ui-components: - image: openlmis/ui-components:7.2.5-SNAPSHOT + image: openlmis/ui-components:7.2.5-RC3 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.9-SNAPSHOT + image: openlmis/ui-layout:5.1.9-RC3 volumes: - '/openlmis-ui-layout' cce-ui: - image: openlmis/cce-ui:1.0.9-SNAPSHOT + image: openlmis/cce-ui:1.0.9-RC3 volumes: - '/openlmis-cce-ui' image: diff --git a/project.properties b/project.properties index a807cb02..4f52ef80 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=6.0.9-SNAPSHOT +version=6.0.9-RC3 projectName=OpenLMIS Fulfillment UI projectKey=fulfillment-ui transifexProject=openlmis-fulfillment-ui