Skip to content

Commit

Permalink
Release v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Sep 15, 2021
1 parent 1ffb36e commit d170b10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Docs: https://docs.vlingo.io/xoom-turbo
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-turbo</artifactId>
<version>1.8.6</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
```

```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-turbo:1.8.6'
compile 'io.vlingo.xoom:xoom-turbo:1.8.7'
}
```

Expand Down
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.8.7-SNAPSHOT</version>
<version>1.8.7</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 @@ -41,49 +41,49 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-http</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-codegen</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-jdbc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice-exchange-rabbitmq</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-build-plugins</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d170b10

Please sign in to comment.