Index: docker-compose.yml =================================================================== diff -u -N -re5984889b086227f5c9cb32652b10ab643423908 -r6457c17731a54f2094931690c7b2a33e2c65bf5a --- docker-compose.yml (.../docker-compose.yml) (revision e5984889b086227f5c9cb32652b10ab643423908) +++ docker-compose.yml (.../docker-compose.yml) (revision 6457c17731a54f2094931690c7b2a33e2c65bf5a) @@ -1,7 +1,7 @@ version: "2" services: stockmanagement-ui: - image: openlmis/dev-ui:9.0.4 + image: openlmis/dev-ui:9.0.5-SNAPSHOT working_dir: /app volumes: - '.:/app' @@ -20,19 +20,19 @@ - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.8 + image: openlmis/auth-ui:6.2.9-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.8 + image: openlmis/referencedata-ui:5.6.9-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.7 + image: openlmis/ui-components:7.2.8-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.2 + image: openlmis/ui-layout:5.2.3-SNAPSHOT volumes: - '/openlmis-ui-layout' image: Index: project.properties =================================================================== diff -u -N -re5984889b086227f5c9cb32652b10ab643423908 -r6457c17731a54f2094931690c7b2a33e2c65bf5a --- project.properties (.../project.properties) (revision e5984889b086227f5c9cb32652b10ab643423908) +++ project.properties (.../project.properties) (revision 6457c17731a54f2094931690c7b2a33e2c65bf5a) @@ -1,4 +1,4 @@ -version=2.1.3 +version=2.1.4-SNAPSHOT projectName=OpenLMIS Stock Management UI projectKey=stockmanagement-ui transifexProject=openlmis-stockmanagement-ui