diff --git a/docker-compose.yml b/docker-compose.yml index a583aa83..7a779fc5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: auth-ui: - image: openlmis/dev-ui:9.0.7-SNAPSHOT + image: openlmis/dev-ui:9.0.7-RC1 ports: - "9000:9000" - "9876:9876" @@ -14,7 +14,7 @@ services: depends_on: - ui-components ui-components: - image: openlmis/ui-components:7.2.12-SNAPSHOT + image: openlmis/ui-components:7.2.12-RC2 volumes: - '/openlmis-ui-components' image: diff --git a/project.properties b/project.properties index 7be6dfc7..24298c1c 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=6.2.13-SNAPSHOT +version=6.2.13-RC1 projectName=OpenLMIS Auth UI projectKey=auth-ui transifexProject=openlmis-auth-ui \ No newline at end of file