Skip to content

Commit

Permalink
Next development version 1.11.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Feb 15, 2023
1 parent be880f7 commit 7a91eba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-directory</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-directory</name>
<description>Service registration and discovery for the VLINGO XOOM Platform.</description>
<url>https://github.com/vlingo/xoom-directory</url>
Expand Down Expand Up @@ -99,22 +99,22 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-common</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-wire</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-cluster</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 7a91eba

Please sign in to comment.