We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208fcf1 commit 7251de4Copy full SHA for 7251de4
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
designer:
4
- image: vlingo/xoom-designer:1.9.3
+ image: vlingo/xoom-designer:1.10.1
5
container_name: xoom-designer
6
ports:
7
- 19090:19090
@@ -12,7 +12,7 @@ services:
12
SCHEMATA_SERVICE_PORT: 9019
13
14
schemata:
15
- image: vlingo/xoom-schemata:1.9.3
+ image: vlingo/xoom-schemata:1.10.1
16
container_name: xoom-schemata
17
18
- 9019:9019
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-designer</artifactId>
- <version>1.9.4-SNAPSHOT</version>
+ <version>1.10.1</version>
<name>xoom-designer</name>
8
<url>http://maven.apache.org</url>
9
0 commit comments