Skip to content

Commit 5bf87d9

Browse files
committed
[maven-release-plugin] prepare release async-http-client-project-2.0.0-alpha9
1 parent fc870d8 commit 5bf87d9

File tree

10 files changed

+11
-12
lines changed

10 files changed

+11
-12
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-project</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-api</artifactId>

extras/guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-extras-parent</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-extras-guava</artifactId>

extras/jdeferred/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>async-http-client-extras-parent</artifactId>
2020
<groupId>org.asynchttpclient</groupId>
21-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.0-alpha9</version>
2222
</parent>
2323
<artifactId>async-http-client-extras-jdeferred</artifactId>
2424
<name>Asynchronous Http Client JDeferred Extras</name>

extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-project</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-extras-parent</artifactId>

extras/registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-extras-parent</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-extras-registry</artifactId>

extras/rxjava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<artifactId>async-http-client-extras-parent</artifactId>
65
<groupId>org.asynchttpclient</groupId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0-alpha9</version>
87
</parent>
98
<artifactId>async-http-client-extras-rxjava</artifactId>
109
<name>Asynchronous Http Client RxJava Extras</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.asynchttpclient</groupId>
1010
<artifactId>async-http-client-project</artifactId>
1111
<name>Asynchronous Http Client Project</name>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0-alpha9</version>
1313
<packaging>pom</packaging>
1414
<description>
1515
The Async Http Client (AHC) library's purpose is to allow Java

providers/netty3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-providers-parent</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-netty3</artifactId>

providers/netty4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-providers-parent</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-netty4</artifactId>

providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.asynchttpclient</groupId>
44
<artifactId>async-http-client-project</artifactId>
5-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-providers-parent</artifactId>

0 commit comments

Comments
 (0)