Skip to content

Commit

Permalink
Revert "Released ui-layout version 5.1.9-RC3"
Browse files Browse the repository at this point in the history
This reverts commit d145363.
  • Loading branch information
saleksandra committed May 21, 2021
1 parent d145363 commit b492381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
ui-layout:
image: openlmis/dev-ui:9.0.2-RC1
image: openlmis/dev-ui:9.0.2-SNAPSHOT
ports:
- "9000:9000"
- "9876:9876"
Expand All @@ -16,11 +16,11 @@ services:
- auth-ui
- ui-components
auth-ui:
image: openlmis/auth-ui:6.2.6-RC3
image: openlmis/auth-ui:6.2.6-SNAPSHOT
volumes:
- '/openlmis-auth-ui'
ui-components:
image: openlmis/ui-components:7.2.5-RC3
image: openlmis/ui-components:7.2.5-SNAPSHOT
volumes:
- '/openlmis-ui-components'
image:
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.9-RC3
version=5.1.9-SNAPSHOT
projectName=OpenLMIS UI Layout
projectKey=ui-layout
transifexProject=openlmis-ui-layout

0 comments on commit b492381

Please sign in to comment.