From d55dc69aac623e72f9855f581efe92f435845476 Mon Sep 17 00:00:00 2001 From: Nikodem Graczewski Date: Fri, 30 Nov 2018 00:46:56 +0100 Subject: [PATCH] 5.5.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 a74c112f..e2713447 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: requisition-ui: - image: openlmis/dev-ui:8.1.0-SNAPSHOT + image: openlmis/dev-ui:8.1.0-RC1 working_dir: /app volumes: - '.:/app' @@ -22,27 +22,27 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.1.3-SNAPSHOT + image: openlmis/auth-ui:6.1.3-RC1 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:6.0.2-SNAPSHOT + image: openlmis/fulfillment-ui:6.0.2-RC1 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.5.0-SNAPSHOT + image: openlmis/referencedata-ui:5.5.0-RC1 volumes: - '/openlmis-referencedata-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.0.2-SNAPSHOT + image: openlmis/stockmanagement-ui:2.0.2-RC1 volumes: - '/openlmis-stockmanagement-ui' ui-components: - image: openlmis/ui-components:7.0.0-SNAPSHOT + image: openlmis/ui-components:7.0.0-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.2-SNAPSHOT + image: openlmis/ui-layout:5.1.2-RC1 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 2b2a1910..e902b357 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.5.0-SNAPSHOT +version=5.5.0-RC1 projectName=OpenLMIS Requisition UI projectKey=requisition-ui transifexProject=openlmis-requisition-ui