From 67577eed7fc7eda104059632cbd4d27019e35d46 Mon Sep 17 00:00:00 2001 From: dariapionk Date: Mon, 3 Apr 2023 15:06:17 +0200 Subject: [PATCH] Release requisition-ui v7.0.9 --- CHANGELOG.md | 2 +- docker-compose.yml | 14 +++++++------- project.properties | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2928ea5a..2da676ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -7.0.9-SNAPSHOT / WIP +7.0.9 / 2023-04-05 ================== New functionality added in a backwards-compatible manner: diff --git a/docker-compose.yml b/docker-compose.yml index 7cde549c..68eb34c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: requisition-ui: - image: openlmis/dev-ui:9.0.5-RC1 + image: openlmis/dev-ui:9.0.5 working_dir: /app volumes: - '.:/app' @@ -22,27 +22,27 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.9-RC1 + image: openlmis/auth-ui:6.2.9 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:6.1.2-RC1 + image: openlmis/fulfillment-ui:6.1.2 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.9-RC1 + image: openlmis/referencedata-ui:5.6.9 volumes: - '/openlmis-referencedata-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.1.4-RC1 + image: openlmis/stockmanagement-ui:2.1.4 volumes: - '/openlmis-stockmanagement-ui' ui-components: - image: openlmis/ui-components:7.2.8-RC1 + image: openlmis/ui-components:7.2.8 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.3-RC1 + image: openlmis/ui-layout:5.2.3 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index b41eba1c..6bf64869 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=7.0.9-RC1 +version=7.0.9 projectName=OpenLMIS Requisition UI projectKey=requisition-ui transifexProject=openlmis-requisition-ui