Index: docker-compose.yml =================================================================== diff -u -N -rc092d4ca39179609fe867eea9bbb7502afbea806 -rd95c882d6c11820cda67e05dcb293c0d65775d98 --- docker-compose.yml (.../docker-compose.yml) (revision c092d4ca39179609fe867eea9bbb7502afbea806) +++ docker-compose.yml (.../docker-compose.yml) (revision d95c882d6c11820cda67e05dcb293c0d65775d98) @@ -1,7 +1,7 @@ version: "2" services: offline-ui: - image: openlmis/dev-ui:9.0.3 + image: openlmis/dev-ui:9.0.4-SNAPSHOT working_dir: /app volumes: - '.:/app' @@ -22,23 +22,23 @@ - ui-layout - stockmanagement-ui 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.7 + image: openlmis/referencedata-ui:5.6.8-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.1 + image: openlmis/ui-layout:5.2.2-SNAPSHOT volumes: - '/openlmis-ui-layout' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.1.2 + image: openlmis/stockmanagement-ui:2.1.3-SNAPSHOT volumes: - '/openlmis-stockmanagement-ui' image: Index: project.properties =================================================================== diff -u -N -rc092d4ca39179609fe867eea9bbb7502afbea806 -rd95c882d6c11820cda67e05dcb293c0d65775d98 --- project.properties (.../project.properties) (revision c092d4ca39179609fe867eea9bbb7502afbea806) +++ project.properties (.../project.properties) (revision d95c882d6c11820cda67e05dcb293c0d65775d98) @@ -1,4 +1,4 @@ -version=1.0.2 +version=1.0.3-SNAPSHOT projectName=OpenLMIS Offline UI projectKey=offline-ui transifexProject=openlmis-offline-ui