Skip to content

Commit dd6a9a1

Browse files
Bumped up version to 6.1.7-RC1
1 parent 94514d7 commit dd6a9a1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
6.1.7-SNAPSHOT / WIP
1+
Upcoming Version (WIP)
22
==================
33
Improvements:
44
* [OE-96](https://openlmis.atlassian.net/browse/OE-96): Removed unnecessary files from the moved quantity-unit-toggle component

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
fulfillment-ui:
4-
image: openlmis/dev-ui:9.0.8-SNAPSHOT
4+
image: openlmis/dev-ui:9.0.8-RC1
55
ports:
66
- "9000:9000"
77
- "9876:9876"
@@ -24,27 +24,27 @@ services:
2424
- ui-layout
2525
- cce-ui
2626
auth-ui:
27-
image: openlmis/auth-ui:6.2.16-SNAPSHOT
27+
image: openlmis/auth-ui:6.2.16-RC1
2828
volumes:
2929
- '/openlmis-auth-ui'
3030
referencedata-ui:
31-
image: openlmis/referencedata-ui:5.6.17-SNAPSHOT
31+
image: openlmis/referencedata-ui:5.6.17-RC1
3232
volumes:
3333
- '/openlmis-referencedata-ui'
3434
stockmanagement-ui:
35-
image: openlmis/stockmanagement-ui:2.1.9-SNAPSHOT
35+
image: openlmis/stockmanagement-ui:2.1.9-RC1
3636
volumes:
3737
- '/openlmis-stockmanagement-ui'
3838
ui-components:
39-
image: openlmis/ui-components:7.2.14-SNAPSHOT
39+
image: openlmis/ui-components:7.2.14-RC1
4040
volumes:
4141
- '/openlmis-ui-components'
4242
ui-layout:
43-
image: openlmis/ui-layout:5.2.9-SNAPSHOT
43+
image: openlmis/ui-layout:5.2.9-RC1
4444
volumes:
4545
- '/openlmis-ui-layout'
4646
cce-ui:
47-
image: openlmis/cce-ui:1.1.8-SNAPSHOT
47+
image: openlmis/cce-ui:1.1.8-RC1
4848
volumes:
4949
- '/openlmis-cce-ui'
5050
image:

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=6.1.7-SNAPSHOT
1+
version=6.1.7-RC1
22
projectName=OpenLMIS Fulfillment UI
33
projectKey=fulfillment-ui
44
transifexProject=openlmis-fulfillment-ui

0 commit comments

Comments
 (0)