Skip to content

Commit 7251de4

Browse files
committed
Release v1.10.1
1 parent 208fcf1 commit 7251de4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
designer:
4-
image: vlingo/xoom-designer:1.9.3
4+
image: vlingo/xoom-designer:1.10.1
55
container_name: xoom-designer
66
ports:
77
- 19090:19090
@@ -12,7 +12,7 @@ services:
1212
SCHEMATA_SERVICE_PORT: 9019
1313

1414
schemata:
15-
image: vlingo/xoom-schemata:1.9.3
15+
image: vlingo/xoom-schemata:1.10.1
1616
container_name: xoom-schemata
1717
ports:
1818
- 9019:9019

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.vlingo.xoom</groupId>
55
<artifactId>xoom-designer</artifactId>
6-
<version>1.9.4-SNAPSHOT</version>
6+
<version>1.10.1</version>
77
<name>xoom-designer</name>
88
<url>http://maven.apache.org</url>
99

0 commit comments

Comments
 (0)