Skip to content

Commit 3074e57

Browse files
committed
[maven-release-plugin] prepare release async-http-client-project-2.1.1
1 parent 81d8dbb commit 3074e57

File tree

12 files changed

+24
-36
lines changed

12 files changed

+24
-36
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client</artifactId>

example/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-example</artifactId>

extras/guava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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-extras-parent</artifactId>
6-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-extras-guava</artifactId>

extras/jdeferred/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1817
<modelVersion>4.0.0</modelVersion>
1918
<parent>
2019
<artifactId>async-http-client-extras-parent</artifactId>
2120
<groupId>org.asynchttpclient</groupId>
22-
<version>2.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2322
</parent>
2423
<artifactId>async-http-client-extras-jdeferred</artifactId>
2524
<name>Asynchronous Http Client JDeferred Extras</name>

extras/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-extras-parent</artifactId>

extras/registry/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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-extras-parent</artifactId>
6-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-extras-registry</artifactId>

extras/retrofit2/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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

54
<parent>
65
<artifactId>async-http-client-extras-parent</artifactId>
76
<groupId>org.asynchttpclient</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
98
</parent>
109

1110
<artifactId>async-http-client-extras-retrofit2</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
87
</parent>
98
<artifactId>async-http-client-extras-rxjava</artifactId>
109
<name>Asynchronous Http Client RxJava Extras</name>

extras/rxjava2/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
87
</parent>
98
<artifactId>async-http-client-extras-rxjava2</artifactId>
109
<name>Asynchronous Http Client RxJava2 Extras</name>

extras/simple/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.1-SNAPSHOT</version>
6+
<version>2.1.1</version>
87
</parent>
98
<artifactId>async-http-client-extras-simple</artifactId>
109
<name>Asynchronous Http Simple Client</name>

netty-utils/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1-SNAPSHOT</version>
12+
<version>2.1.1</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)