From 9306d640fd0fd8095729482c1799304866e876c1 Mon Sep 17 00:00:00 2001 From: saleksandra Date: Mon, 13 Jan 2025 14:14:20 +0100 Subject: [PATCH] Release referencedata-ui 5.6.15 --- CHANGELOG.md | 2 +- docker-compose.yml | 8 ++++---- project.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea26447..42db0e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -5.6.15-SNAPSHOT / wip +5.6.15 / 2025-01-13 ================== New functionality: * [SELV3-782](https://openlmis.atlassian.net/browse/SELV3-782): Added Reports Management Page in Administration diff --git a/docker-compose.yml b/docker-compose.yml index 962ac4c5..a2485d38 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: referencedata-ui: - image: openlmis/dev-ui:9.0.8-SNAPSHOT + image: openlmis/dev-ui:9.0.7 ports: - "9000:9000" - "9876:9876" @@ -18,15 +18,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.14-SNAPSHOT + image: openlmis/auth-ui:6.2.14 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.13-SNAPSHOT + image: openlmis/ui-components:7.2.12 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.7-SNAPSHOT + image: openlmis/ui-layout:5.2.7 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 8aa25100..81a1b497 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.6.15-SNAPSHOT +version=5.6.15 projectName=OpenLMIS Reference Data UI projectKey=referencedata-ui transifexProject=openlmis-referencedata-ui