From 103be2eeda31f2e0d126286f3d979df2383fe5c9 Mon Sep 17 00:00:00 2001 From: Nikodem Graczewski Date: Fri, 3 Nov 2017 12:56:01 +0100 Subject: [PATCH] Bumped version to 5.0.4-RC1 --- docker-compose.yml | 8 ++++---- version.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 49fc2fa0..d98857ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,19 +20,19 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.0.0-SNAPSHOT + image: openlmis/auth-ui:6.0.0-RC1 volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.2.2-SNAPSHOT + image: openlmis/referencedata-ui:5.2.2-RC1 volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:5.2.0-SNAPSHOT + image: openlmis/ui-components:5.2.0-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.0.3-SNAPSHOT + image: openlmis/ui-layout:5.0.3-RC1 volumes: - '/openlmis-ui-layout' image: diff --git a/version.properties b/version.properties index 0777f879..0dade91c 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=5.0.4-SNAPSHOT +version=5.0.4-RC1