Skip to content

Commit

Permalink
Prepare for 3.0.0.Beta3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Nov 3, 2023
1 parent d73630e commit 56680ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Maven:
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>3.0.0.Beta2</version>
<version>3.0.0.Beta3</version>
</dependency>
</dependencies>
```

Gradle:
```groovy
dependencies {
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2'
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>3.0.0.Beta2</version>
<version>3.0.0.Beta3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>3.0.0.Beta2</version>
<version>3.0.0.Beta3</version>
<packaging>pom</packaging>

<name>AHC/Project</name>
Expand Down

0 comments on commit 56680ea

Please sign in to comment.