From 85c156fd7ef309b772c2945b028dfd9bfdf79a07 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 2 Dec 2024 00:53:34 +0530 Subject: [PATCH 1/3] prepare for v3.0.1 --- 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 21a20ebbe..4ae651b75 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven: org.asynchttpclient async-http-client - 3.0.0 + 3.0.1 ``` @@ -28,7 +28,7 @@ Maven: Gradle: ```groovy dependencies { - implementation 'org.asynchttpclient:async-http-client:3.0.0' + implementation 'org.asynchttpclient:async-http-client:3.0.1' } ``` diff --git a/client/pom.xml b/client/pom.xml index 71b945bdd..58dcd0aad 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.asynchttpclient async-http-client-project - 3.0.0 + 3.0.1 4.0.0 diff --git a/pom.xml b/pom.xml index fb1a841a6..dad228c62 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient async-http-client-project - 3.0.0 + 3.0.1 pom AHC/Project From 0df261b1bd7e010119864ecf4f937428e5ac4e36 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 2 Dec 2024 21:28:44 +0530 Subject: [PATCH 2/3] fix pom.xml --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index dad228c62..70245e0ac 100644 --- a/pom.xml +++ b/pom.xml @@ -365,20 +365,6 @@ - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - - attach-sources - - jar-no-fork - - - - - org.apache.maven.plugins maven-javadoc-plugin From fb54419ea36c9b7c2a854bbba67d5f68cfa84198 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 2 Dec 2024 21:35:19 +0530 Subject: [PATCH 3/3] revert back maven-source-plugin to 3.2.1 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 70245e0ac..d02f7c7ee 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + jar-no-fork + + + + + org.apache.maven.plugins maven-javadoc-plugin