File tree Expand file tree Collapse file tree 9 files changed +17
-28
lines changed Expand file tree Collapse file tree 9 files changed +17
-28
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<parent >
4
3
<groupId >org.asynchttpclient</groupId >
5
4
<artifactId >async-http-client-project</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
7
6
</parent >
8
7
<modelVersion >4.0.0</modelVersion >
9
8
<artifactId >async-http-client-api</artifactId >
Original file line number Diff line number Diff line change 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" >
4
2
<parent >
5
3
<groupId >org.asynchttpclient</groupId >
6
4
<artifactId >async-http-client-extras-parent</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
8
6
</parent >
9
7
<modelVersion >4.0.0</modelVersion >
10
8
<artifactId >async-http-client-extras-guava</artifactId >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<artifactId >async-http-client-extras-parent</artifactId >
20
20
<groupId >org.asynchttpclient</groupId >
21
- <version >2.0.0-SNAPSHOT </version >
21
+ <version >2.0.0-alpha1 </version >
22
22
</parent >
23
23
<artifactId >async-http-client-extras-jdeferred</artifactId >
24
24
<name >Asynchronous Http Client JDeferred Extras</name >
Original file line number Diff line number Diff line change 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" >
4
2
<parent >
5
3
<groupId >org.asynchttpclient</groupId >
6
4
<artifactId >async-http-client-project</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
8
6
</parent >
9
7
<modelVersion >4.0.0</modelVersion >
10
8
<artifactId >async-http-client-extras-parent</artifactId >
Original file line number Diff line number Diff line change 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" >
3
2
<parent >
4
3
<groupId >org.asynchttpclient</groupId >
5
4
<artifactId >async-http-client-extras-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
7
6
</parent >
8
7
<modelVersion >4.0.0</modelVersion >
9
8
<artifactId >async-http-client-extras-registry</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<parent >
5
4
<groupId >org.sonatype.oss</groupId >
6
5
<artifactId >oss-parent</artifactId >
10
9
<groupId >org.asynchttpclient</groupId >
11
10
<artifactId >async-http-client-project</artifactId >
12
11
<name >Asynchronous Http Client Project</name >
13
- <version >2.0.0-SNAPSHOT </version >
12
+ <version >2.0.0-alpha1 </version >
14
13
<packaging >pom</packaging >
15
14
<description >
16
15
The Async Http Client (AHC) library's purpose is to allow Java
Original file line number Diff line number Diff line change 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" >
3
2
<parent >
4
3
<groupId >org.asynchttpclient</groupId >
5
4
<artifactId >async-http-client-providers-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
7
6
</parent >
8
7
<modelVersion >4.0.0</modelVersion >
9
8
<artifactId >async-http-client-netty3-provider</artifactId >
Original file line number Diff line number Diff line change 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" >
3
2
<parent >
4
3
<groupId >org.asynchttpclient</groupId >
5
4
<artifactId >async-http-client-providers-parent</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
7
6
</parent >
8
7
<modelVersion >4.0.0</modelVersion >
9
8
<artifactId >async-http-client-netty4-provider</artifactId >
Original file line number Diff line number Diff line change 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" >
4
2
<parent >
5
3
<groupId >org.asynchttpclient</groupId >
6
4
<artifactId >async-http-client-project</artifactId >
7
- <version >2.0.0-SNAPSHOT </version >
5
+ <version >2.0.0-alpha1 </version >
8
6
</parent >
9
7
<modelVersion >4.0.0</modelVersion >
10
8
<artifactId >async-http-client-providers-parent</artifactId >
You can’t perform that action at this time.
0 commit comments