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>

0 commit comments

Comments
 (0)