From 16e43d12feb44ac800458118a8d40172ae0eb007 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Tue, 22 Oct 2024 11:43:39 +0200 Subject: [PATCH] Bumped up version to 5.2.6-RC1 --- docker-compose.yml | 6 +++--- project.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 785837cb..f525e4d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: ui-layout: - image: openlmis/dev-ui:9.0.7-SNAPSHOT + image: openlmis/dev-ui:9.0.7-RC1 ports: - "9000:9000" - "9876:9876" @@ -16,11 +16,11 @@ services: - auth-ui - ui-components auth-ui: - image: openlmis/auth-ui:6.2.13-SNAPSHOT + image: openlmis/auth-ui:6.2.13-RC1 volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.12-SNAPSHOT + image: openlmis/ui-components:7.2.12-RC1 volumes: - '/openlmis-ui-components' image: diff --git a/project.properties b/project.properties index 522f3666..ebb2e170 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.2.6-SNAPSHOT +version=5.2.6-RC1 projectName=OpenLMIS UI Layout projectKey=ui-layout transifexProject=openlmis-ui-layout