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 75818ef commit c5aaf02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-cluster</artifactId>
<version>1.11.1</version>
<version>1.11.2-SNAPSHOT</version>
<name>xoom-cluster</name>
<description>Cluster management for reactive, scalable resiliency of JVM tools and applications running on VLINGO XOOM Actors.</description>
<url>https://github.com/vlingo/xoom-cluster</url>
Expand Down Expand Up @@ -98,17 +98,17 @@
<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.scalecube</groupId>
Expand Down

0 comments on commit c5aaf02

Please sign in to comment.