From 1a0e4033ac856c718d31766ad0e2bad5680e8565 Mon Sep 17 00:00:00 2001 From: Vaughn Vernon Date: Wed, 15 Feb 2023 20:19:48 +0000 Subject: [PATCH] Release v1.11.1 --- README.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67730862..6338d77d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Docs: https://docs.vlingo.io/xoom-actors io.vlingo.xoom xoom-actors - 1.11.0 + 1.11.1 compile @@ -21,7 +21,7 @@ Docs: https://docs.vlingo.io/xoom-actors ```gradle dependencies { - compile 'io.vlingo.xoom:xoom-actors:1.11.0' + compile 'io.vlingo.xoom:xoom-actors:1.11.1' } ``` ### GraalVM native image build diff --git a/pom.xml b/pom.xml index f7e3323c..40f18e22 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.vlingo.xoom xoom-actors - 1.11.1-SNAPSHOT + 1.11.1 xoom-actors Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages. https://github.com/vlingo/xoom-actors @@ -100,7 +100,7 @@ io.vlingo.xoom xoom-common - 1.11.1-SNAPSHOT + 1.11.1 ch.qos.logback