Skip to content

Commit

Permalink
Prepare for 3.0.0.Beta3 Release (#1914)
Browse files Browse the repository at this point in the history
* Prepare for 3.0.0.Beta3 release
  • Loading branch information
hyperxpro committed Nov 3, 2023
1 parent d73630e commit 25e12bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -316,7 +316,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 25e12bf

Please sign in to comment.