From 25e12bfd03f6375a91ca264a32588fbba7ab900c Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Fri, 3 Nov 2023 17:24:18 +0530 Subject: [PATCH] Prepare for 3.0.0.Beta3 Release (#1914) * Prepare for 3.0.0.Beta3 release --- README.md | 4 ++-- client/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 44555f076..111dc9643 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven: org.asynchttpclient async-http-client - 3.0.0.Beta2 + 3.0.0.Beta3 ``` @@ -28,7 +28,7 @@ Maven: Gradle: ```groovy dependencies { - implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2' + implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta3' } ``` diff --git a/client/pom.xml b/client/pom.xml index 3e7e65444..f3b042da8 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.0.Beta2 + 3.0.0.Beta3 4.0.0 diff --git a/pom.xml b/pom.xml index 0856473af..a6ec8ed66 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.0.Beta2 + 3.0.0.Beta3 pom AHC/Project @@ -316,7 +316,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh