Index: Jenkinsfile =================================================================== diff -u -N -r1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a -r428597e054b484337bf57c4d79b28d03d0fe162b --- Jenkinsfile (.../Jenkinsfile) (revision 1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a) +++ Jenkinsfile (.../Jenkinsfile) (revision 428597e054b484337bf57c4d79b28d03d0fe162b) @@ -89,7 +89,7 @@ } } } - }/* + } stage('Build reference-ui') { when { expression { @@ -157,7 +157,7 @@ } } } - }*/ + } stage('Push image') { when { expression { Index: docker-compose.yml =================================================================== diff -u -N -r1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a -r428597e054b484337bf57c4d79b28d03d0fe162b --- docker-compose.yml (.../docker-compose.yml) (revision 1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a) +++ docker-compose.yml (.../docker-compose.yml) (revision 428597e054b484337bf57c4d79b28d03d0fe162b) @@ -1,7 +1,7 @@ version: "2" services: cce-ui: - image: openlmis/dev-ui:9.0.1 + image: openlmis/dev-ui:9.0.2-SNAPSHOT ports: - "9000:9000" - "9876:9876" @@ -20,19 +20,19 @@ - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.5-RC2 + image: openlmis/auth-ui:6.2.5-SNAPSHOT volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.4-RC2 + image: openlmis/referencedata-ui:5.6.4-SNAPSHOT volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.4-RC2 + image: openlmis/ui-components:7.2.4-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.1.8-RC2 + image: openlmis/ui-layout:5.1.8-SNAPSHOT volumes: - '/openlmis-ui-layout' image: Index: project.properties =================================================================== diff -u -N -r1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a -r428597e054b484337bf57c4d79b28d03d0fe162b --- project.properties (.../project.properties) (revision 1ff77a3b67682e11a15d8be3190ef4cac6ee5a3a) +++ project.properties (.../project.properties) (revision 428597e054b484337bf57c4d79b28d03d0fe162b) @@ -1,4 +1,4 @@ -version=1.0.8-RC2 +version=1.0.8-SNAPSHOT projectName=OpenLMIS CCE UI projectKey=cce-ui transifexProject=openlmis-cce-ui