From c158eb46d27f983b4396f0c1895772a919dc6aa1 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Tue, 22 Oct 2024 16:42:46 +0200 Subject: [PATCH] Bumped version up to 5.2.9-RC1 --- docker-compose.yml | 24 ++++++++++++------------ project.properties | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f65ed38..b124587 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: reference-ui: - image: openlmis/dev-ui:9.0.7-SNAPSHOT + image: openlmis/dev-ui:9.0.7-RC1 working_dir: /app volumes: - '.:/app' @@ -34,47 +34,47 @@ services: - offline-ui - one-network-integration-ui auth-ui: - image: openlmis/auth-ui:6.2.13-SNAPSHOT + image: openlmis/auth-ui:6.2.13-RC1 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:6.1.5-SNAPSHOT + image: openlmis/fulfillment-ui:6.1.5-RC1 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.13-SNAPSHOT + image: openlmis/referencedata-ui:5.6.13-RC1 volumes: - '/openlmis-referencedata-ui' report-ui: - image: openlmis/report-ui:5.2.12-SNAPSHOT + image: openlmis/report-ui:5.2.12-RC1 volumes: - '/openlmis-report-ui' requisition-ui: - image: openlmis/requisition-ui:7.0.13-SNAPSHOT + image: openlmis/requisition-ui:7.0.13-RC1 volumes: - '/openlmis-requisition-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.1.7-SNAPSHOT + image: openlmis/stockmanagement-ui:2.1.7-RC1 volumes: - '/openlmis-stockmanagement-ui' cce-ui: - image: openlmis/cce-ui:1.1.6-SNAPSHOT + image: openlmis/cce-ui:1.1.6-RC1 volumes: - '/openlmis-cce-ui' ui-components: - image: openlmis/ui-components:7.2.12-SNAPSHOT + image: openlmis/ui-components:7.2.12-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.6-SNAPSHOT + image: openlmis/ui-layout:5.2.6-RC1 volumes: - '/openlmis-ui-layout' offline-ui: - image: openlmis/offline-ui:1.0.6-SNAPSHOT + image: openlmis/offline-ui:1.0.6-RC1 volumes: - '/openlmis-offline-ui' one-network-integration-ui: - image: openlmis/one-network-integration-ui:0.0.5-SNAPSHOT + image: openlmis/one-network-integration-ui:0.0.5-RC1 volumes: - '/one-network-integration-ui' image: diff --git a/project.properties b/project.properties index 08258c6..aa60718 100644 --- a/project.properties +++ b/project.properties @@ -1,2 +1,2 @@ -version=5.2.9-SNAPSHOT +version=5.2.9-RC1 projectName=OpenLMIS Reference UI