From 6755f42c76f7e6ba7103fb9cca39b2572189e12e Mon Sep 17 00:00:00 2001 From: Nikodem Graczewski Date: Fri, 6 Apr 2018 17:38:37 +0200 Subject: [PATCH] 5.3.0-RC1 release --- docker-compose.yml | 14 +++++++------- project.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index afdc8af5..58459f29 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: requisition-ui: - image: openlmis/dev-ui:7.0.0-SNAPSHOT + image: openlmis/dev-ui:7.0.0-RC1 working_dir: /app volumes: - '.:/app' @@ -22,27 +22,27 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.0.2-SNAPSHOT + image: openlmis/auth-ui:6.1.0-RC1 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:6.0.0-SNAPSHOT + image: openlmis/fulfillment-ui:6.0.0-RC1 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.3.0-SNAPSHOT + image: openlmis/referencedata-ui:5.3.0-RC1 volumes: - '/openlmis-referencedata-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:1.1.0-SNAPSHOT + image: openlmis/stockmanagement-ui:1.1.0-RC1 volumes: - '/openlmis-stockmanagement-ui' ui-components: - image: openlmis/ui-components:5.3.0-SNAPSHOT + image: openlmis/ui-components:5.3.0-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.0-SNAPSHOT + image: openlmis/ui-layout:5.1.0-RC1 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index d5b6c77c..380ea672 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.3.0-SNAPSHOT +version=5.3.0-RC1 projectName=OpenLMIS Requisition UI projectKey=requisition-ui transifexProject=openlmis-requisition-ui