Skip to content

Commit

Permalink
Release v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Sep 5, 2021
1 parent 4557ecd commit a60ec9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-wire
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-wire</artifactId>
<version>1.8.5</version>
<version>1.8.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
```

```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-wire:1.8.5'
compile 'io.vlingo.xoom:xoom-wire:1.8.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-wire</artifactId>
<version>1.8.6-SNAPSHOT</version>
<version>1.8.6</version>
<name>xoom-wire</name>
<description>Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using VLINGO
XOOM Actors.
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.8.6-SNAPSHOT</version>
<version>1.8.6</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit a60ec9b

Please sign in to comment.