Skip to content

Commit 5c3525d

Browse files
committed
[maven-release-plugin] prepare release 2.0.0-alpha1
1 parent 9c77355 commit 5c3525d

File tree

9 files changed

+17
-28
lines changed

9 files changed

+17
-28
lines changed

api/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.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-api</artifactId>

extras/guava/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<groupId>org.asynchttpclient</groupId>
64
<artifactId>async-http-client-extras-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<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-alpha1</version>
2222
</parent>
2323
<artifactId>async-http-client-extras-jdeferred</artifactId>
2424
<name>Asynchronous Http Client JDeferred Extras</name>

extras/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<groupId>org.asynchttpclient</groupId>
64
<artifactId>async-http-client-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<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="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-extras-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-extras-registry</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.0.0-SNAPSHOT</version>
12+
<version>2.0.0-alpha1</version>
1413
<packaging>pom</packaging>
1514
<description>
1615
The Async Http Client (AHC) library's purpose is to allow Java

providers/netty3/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-providers-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-netty3-provider</artifactId>

providers/netty4/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-providers-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>async-http-client-netty4-provider</artifactId>

providers/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<groupId>org.asynchttpclient</groupId>
64
<artifactId>async-http-client-project</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
5+
<version>2.0.0-alpha1</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>async-http-client-providers-parent</artifactId>

0 commit comments

Comments
 (0)