Skip to content

Commit

Permalink
Release v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Apr 14, 2022
1 parent 016bba7 commit f6537a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
designer:
image: vlingo/xoom-designer:1.9.1
image: vlingo/xoom-designer:1.9.2
container_name: xoom-designer
ports:
- 19090:19090
Expand All @@ -12,7 +12,7 @@ services:
SCHEMATA_SERVICE_PORT: 9019

schemata:
image: vlingo/xoom-schemata:1.9.1
image: vlingo/xoom-schemata:1.9.2
container_name: xoom-schemata
ports:
- 9019:9019
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-designer</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<name>xoom-designer</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit f6537a5

Please sign in to comment.