From 37f7216d9b9497568a4ace048ebc49dcd43007fe Mon Sep 17 00:00:00 2001 From: Nikodem Graczewski Date: Thu, 2 Aug 2018 14:05:25 +0200 Subject: [PATCH] 5.1.0-RC1 release --- docker-compose.yml | 18 +++++++++--------- project.properties | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 109204b..fe7813c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,39 +30,39 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.1.1-SNAPSHOT + image: openlmis/auth-ui:6.1.1-RC1 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:6.0.1-SNAPSHOT + image: openlmis/fulfillment-ui:6.0.1-RC1 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.4.0-SNAPSHOT + image: openlmis/referencedata-ui:5.4.0-RC1 volumes: - '/openlmis-referencedata-ui' report-ui: - image: openlmis/report-ui:5.0.6-SNAPSHOT + image: openlmis/report-ui:5.0.6-RC1 volumes: - '/openlmis-report-ui' requisition-ui: - image: openlmis/requisition-ui:5.4.0-SNAPSHOT + image: openlmis/requisition-ui:5.4.0-RC1 volumes: - '/openlmis-requisition-ui' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.0.0-SNAPSHOT + image: openlmis/stockmanagement-ui:2.0.0-RC1 volumes: - '/openlmis-stockmanagement-ui' cce-ui: - image: openlmis/cce-ui:1.0.1-SNAPSHOT + image: openlmis/cce-ui:1.0.1-RC1 volumes: - '/openlmis-cce-ui' ui-components: - image: openlmis/ui-components:6.0.0-SNAPSHOT + image: openlmis/ui-components:6.0.0-RC1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.1-SNAPSHOT + image: openlmis/ui-layout:5.1.1-RC1 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 76c3726..fc8e17b 100644 --- a/project.properties +++ b/project.properties @@ -1,2 +1,2 @@ -version=5.1.0-SNAPSHOT +version=5.1.0-RC1 projectName=OpenLMIS Reference UI