From dc796b1a9c985a12165ec526e5992b4048b26e73 Mon Sep 17 00:00:00 2001 From: Nikodem Graczewski Date: Fri, 26 May 2017 13:18:33 +0200 Subject: [PATCH] 5.0.1 release --- CHANGELOG.md | 2 +- docker-compose.yml | 12 ++++++------ version.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c8e5f0..8e3e8f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -5.0.1 / Coming soon +5.0.1 / 2017-05-26 ================== Improvements diff --git a/docker-compose.yml b/docker-compose.yml index 632502ba..594621eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: requisition-ui: - image: openlmis/dev-ui:3-SNAPSHOT + image: openlmis/dev-ui:3 working_dir: /app volumes: - '.:/app' @@ -20,23 +20,23 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:5.0.1-SNAPSHOT + image: openlmis/auth-ui:5.0.1 volumes: - '/openlmis-auth-ui' fulfillment-ui: - image: openlmis/fulfillment-ui:5.0.1-SNAPSHOT + image: openlmis/fulfillment-ui:5.0.1 volumes: - '/openlmis-fulfillment-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.1.0-SNAPSHOT + image: openlmis/referencedata-ui:5.1.0 volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:5.0.1-SNAPSHOT + image: openlmis/ui-components:5.0.1 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.0.1-SNAPSHOT + image: openlmis/ui-layout:5.0.1 volumes: - '/openlmis-ui-layout' image: diff --git a/version.properties b/version.properties index b4a04369..5374cda4 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=5.0.1-SNAPSHOT +version=5.0.1