Skip to content

Commit

Permalink
Release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Feb 15, 2023
1 parent c310177 commit 1a0e403
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-actors
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-actors</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
```

```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-actors:1.11.0'
compile 'io.vlingo.xoom:xoom-actors:1.11.1'
}
```
### GraalVM native image build
Expand Down
4 changes: 2 additions & 2 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-actors</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<name>xoom-actors</name>
<description>Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.</description>
<url>https://github.com/vlingo/xoom-actors</url>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-common</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 1a0e403

Please sign in to comment.