Index: docker-compose.yml =================================================================== diff -u -N -r861d938524b5c34c99154b398dc0001e028a12d4 -rf41b708ffd6666bda2d01323b4ae8f46d9cd9dfb --- docker-compose.yml (.../docker-compose.yml) (revision 861d938524b5c34c99154b398dc0001e028a12d4) +++ docker-compose.yml (.../docker-compose.yml) (revision f41b708ffd6666bda2d01323b4ae8f46d9cd9dfb) @@ -1,7 +1,7 @@ version: "2" services: stockmanagement-ui: - image: openlmis/dev-ui:9.0.4-SNAPSHOT + image: openlmis/dev-ui:9.0.4-RC1 working_dir: /app volumes: - '.:/app' @@ -20,19 +20,19 @@ - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.9-SNAPSHOT + image: openlmis/auth-ui:6.2.8 volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.8-SNAPSHOT + image: openlmis/referencedata-ui:5.6.8-RC1 volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.8-SNAPSHOT + image: openlmis/ui-components:7.2.7 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.2-SNAPSHOT + image: openlmis/ui-layout:5.2.2-RC1 volumes: - '/openlmis-ui-layout' image: Index: project.properties =================================================================== diff -u -N -r861d938524b5c34c99154b398dc0001e028a12d4 -rf41b708ffd6666bda2d01323b4ae8f46d9cd9dfb --- project.properties (.../project.properties) (revision 861d938524b5c34c99154b398dc0001e028a12d4) +++ project.properties (.../project.properties) (revision f41b708ffd6666bda2d01323b4ae8f46d9cd9dfb) @@ -1,4 +1,4 @@ -version=2.1.3-SNAPSHOT +version=2.1.3-RC1 projectName=OpenLMIS Stock Management UI projectKey=stockmanagement-ui transifexProject=openlmis-stockmanagement-ui