diff --git a/README.md b/README.md index 21a20ebbe..4ae651b75 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Maven: <dependency> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> </dependency> </dependencies> ``` @@ -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 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index fb1a841a6..d02f7c7ee 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <packaging>pom</packaging> <name>AHC/Project</name> @@ -368,10 +368,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.3.1</version> + <version>3.2.1</version> <executions> <execution> - <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals>