Skip to content

Commit 927333d

Browse files
committed
[maven-release-plugin] prepare release async-http-client-project-2.1.0
1 parent d4a7f88 commit 927333d

File tree

12 files changed

+14
-16
lines changed

12 files changed

+14
-16
lines changed

client/pom.xml

Lines changed: 2 additions & 3 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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client</artifactId>

example/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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-example</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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</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.1.0-RC5-SNAPSHOT</version>
21+
<version>2.1.0</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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-extras-registry</artifactId>

extras/retrofit2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>async-http-client-extras-parent</artifactId>
66
<groupId>org.asynchttpclient</groupId>
7-
<version>2.1.0-RC5-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99

1010
<artifactId>async-http-client-extras-retrofit2</artifactId>

extras/rxjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>async-http-client-extras-parent</artifactId>
55
<groupId>org.asynchttpclient</groupId>
6-
<version>2.1.0-RC5-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<artifactId>async-http-client-extras-rxjava</artifactId>
99
<name>Asynchronous Http Client RxJava Extras</name>

extras/rxjava2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>async-http-client-extras-parent</artifactId>
55
<groupId>org.asynchttpclient</groupId>
6-
<version>2.1.0-RC5-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<artifactId>async-http-client-extras-rxjava2</artifactId>
99
<name>Asynchronous Http Client RxJava2 Extras</name>

extras/simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>async-http-client-extras-parent</artifactId>
55
<groupId>org.asynchttpclient</groupId>
6-
<version>2.1.0-RC5-SNAPSHOT</version>
6+
<version>2.1.0</version>
77
</parent>
88
<artifactId>async-http-client-extras-simple</artifactId>
99
<name>Asynchronous Http Simple Client</name>

netty-utils/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.1.0-RC5-SNAPSHOT</version>
5+
<version>2.1.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>async-http-client-netty-utils</artifactId>

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
65
<artifactId>oss-parent</artifactId>
@@ -10,7 +9,7 @@
109
<groupId>org.asynchttpclient</groupId>
1110
<artifactId>async-http-client-project</artifactId>
1211
<name>Asynchronous Http Client Project</name>
13-
<version>2.1.0-RC5-SNAPSHOT</version>
12+
<version>2.1.0</version>
1413
<packaging>pom</packaging>
1514
<description>
1615
The Async Http Client (AHC) library's purpose is to allow Java

0 commit comments

Comments
 (0)