From 56680ea361f683661ad899d47019c728a2889f93 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Fri, 3 Nov 2023 17:00:36 +0530 Subject: [PATCH 1/2] Prepare for 3.0.0.Beta3 release --- README.md | 4 ++-- client/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 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..133217974 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 From 779739434271efaf333352071c07d6213843354c Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Fri, 3 Nov 2023 17:18:26 +0530 Subject: [PATCH 2/2] Upgrade Nexus Staging Maven Plugin to 1.6.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 133217974..a6ec8ed66 100644 --- a/pom.xml +++ b/pom.xml @@ -316,7 +316,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh