Skip to content

Commit 1b64721

Browse files
committed
[maven-release-plugin] prepare release 2.0.0-alpha5
1 parent d707642 commit 1b64721

File tree

9 files changed

+11
-14
lines changed

9 files changed

+11
-14
lines changed

api/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
<parent>
43
<groupId>org.asynchttpclient</groupId>
54
<artifactId>async-http-client-project</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha5</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-api</artifactId>
@@ -37,9 +36,7 @@
3736
<configuration>
3837
<tasks>
3938
<delete>
40-
<fileset
41-
dir="${project.build.outputDirectory}/org/asynchttpclient/netty"
42-
includes="NettyAsyncHttpProvider.*" />
39+
<fileset dir="${project.build.outputDirectory}/org/asynchttpclient/netty" includes="NettyAsyncHttpProvider.*" />
4340
</delete>
4441
</tasks>
4542
</configuration>

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-alpha5</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-alpha5</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-alpha5</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-alpha5</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-extras-registry</artifactId>

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-alpha5</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-alpha5</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-netty3-provider</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-alpha5</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-netty4-provider</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-alpha5</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-providers-parent</artifactId>

0 commit comments

Comments
 (0)