Skip to content

Commit

Permalink
Next development version 1.9.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Apr 15, 2022
1 parent 83e0541 commit 2338218
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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-turbo</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<description>The VLINGO XOOM Xoom provides a JVM microframework for the VLINGO XOOM Platform that helps in building high-performance reactive microservices.</description>
<name>xoom-turbo</name>
<url>https://github.com/vlingo/xoom-turbo</url>
Expand Down Expand Up @@ -42,49 +42,49 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-codegen</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-jdbc</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice-exchange-rabbitmq</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-build-plugins</artifactId>
<version>1.9.3</version>
<version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2338218

Please sign in to comment.