Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 25e12bf

Browse files
Prepare for 3.0.0.Beta3 Release (#1914)
* Prepare for 3.0.0.Beta3 release
1 parent d73630e commit 25e12bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Maven:
2020
<dependency>
2121
<groupId>org.asynchttpclient</groupId>
2222
<artifactId>async-http-client</artifactId>
23-
<version>3.0.0.Beta2</version>
23+
<version>3.0.0.Beta3</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
Gradle:
2929
```groovy
3030
dependencies {
31-
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta2'
31+
implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta3'
3232
}
3333
```
3434

‎client/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.asynchttpclient</groupId>
2121
<artifactId>async-http-client-project</artifactId>
22-
<version>3.0.0.Beta2</version>
22+
<version>3.0.0.Beta3</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

‎pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.asynchttpclient</groupId>
2222
<artifactId>async-http-client-project</artifactId>
23-
<version>3.0.0.Beta2</version>
23+
<version>3.0.0.Beta3</version>
2424
<packaging>pom</packaging>
2525

2626
<name>AHC/Project</name>
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.sonatype.plugins</groupId>
318318
<artifactId>nexus-staging-maven-plugin</artifactId>
319-
<version>1.6.8</version>
319+
<version>1.6.13</version>
320320
<extensions>true</extensions>
321321
<configuration>
322322
<serverId>ossrh</serverId>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /