diff --git a/client/pom.xml b/client/pom.xml index e34fed0787..28295742ab 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-project - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client diff --git a/example/pom.xml b/example/pom.xml index 31dbb7f020..e690d933c7 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-project - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client-example diff --git a/extras/guava/pom.xml b/extras/guava/pom.xml index 34c0174ac8..85214dfeab 100644 --- a/extras/guava/pom.xml +++ b/extras/guava/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-extras-parent - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client-extras-guava diff --git a/extras/jdeferred/pom.xml b/extras/jdeferred/pom.xml index d4f8d2b184..adb5f08ef4 100644 --- a/extras/jdeferred/pom.xml +++ b/extras/jdeferred/pom.xml @@ -18,7 +18,7 @@ async-http-client-extras-parent org.asynchttpclient - 2.0.34 + 2.0.35-SNAPSHOT async-http-client-extras-jdeferred Asynchronous Http Client JDeferred Extras diff --git a/extras/pom.xml b/extras/pom.xml index dedee93dec..1360d077c7 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-project - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client-extras-parent diff --git a/extras/registry/pom.xml b/extras/registry/pom.xml index 7da8e2261f..45450c594f 100644 --- a/extras/registry/pom.xml +++ b/extras/registry/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-extras-parent - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client-extras-registry diff --git a/extras/rxjava/pom.xml b/extras/rxjava/pom.xml index 0f6ec44516..4e844f991f 100644 --- a/extras/rxjava/pom.xml +++ b/extras/rxjava/pom.xml @@ -3,7 +3,7 @@ async-http-client-extras-parent org.asynchttpclient - 2.0.34 + 2.0.35-SNAPSHOT async-http-client-extras-rxjava Asynchronous Http Client RxJava Extras diff --git a/extras/rxjava2/pom.xml b/extras/rxjava2/pom.xml index 03491c9405..8e452ca490 100644 --- a/extras/rxjava2/pom.xml +++ b/extras/rxjava2/pom.xml @@ -3,7 +3,7 @@ async-http-client-extras-parent org.asynchttpclient - 2.0.34 + 2.0.35-SNAPSHOT async-http-client-extras-rxjava2 Asynchronous Http Client RxJava2 Extras diff --git a/extras/simple/pom.xml b/extras/simple/pom.xml index bc1dbfc7f7..44346eb6ec 100644 --- a/extras/simple/pom.xml +++ b/extras/simple/pom.xml @@ -3,7 +3,7 @@ async-http-client-extras-parent org.asynchttpclient - 2.0.34 + 2.0.35-SNAPSHOT async-http-client-extras-simple Asynchronous Http Simple Client diff --git a/netty-bp/codec-dns/pom.xml b/netty-bp/codec-dns/pom.xml index 1a2cf6a75b..039adac7a5 100644 --- a/netty-bp/codec-dns/pom.xml +++ b/netty-bp/codec-dns/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient netty-bp - 2.0.34 + 2.0.35-SNAPSHOT netty-codec-dns diff --git a/netty-bp/pom.xml b/netty-bp/pom.xml index 8a61fb52ba..47f3251b35 100644 --- a/netty-bp/pom.xml +++ b/netty-bp/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-project - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 netty-bp diff --git a/netty-bp/resolver-dns/pom.xml b/netty-bp/resolver-dns/pom.xml index 569041d1d1..1dca5c5568 100644 --- a/netty-bp/resolver-dns/pom.xml +++ b/netty-bp/resolver-dns/pom.xml @@ -9,7 +9,7 @@ org.asynchttpclient netty-bp - 2.0.34 + 2.0.35-SNAPSHOT netty-resolver-dns diff --git a/netty-bp/resolver/pom.xml b/netty-bp/resolver/pom.xml index 7f614b7884..199df522fd 100644 --- a/netty-bp/resolver/pom.xml +++ b/netty-bp/resolver/pom.xml @@ -20,7 +20,7 @@ org.asynchttpclient netty-bp - 2.0.34 + 2.0.35-SNAPSHOT netty-resolver diff --git a/netty-utils/pom.xml b/netty-utils/pom.xml index 09da39e583..3eebbdb985 100644 --- a/netty-utils/pom.xml +++ b/netty-utils/pom.xml @@ -2,7 +2,7 @@ org.asynchttpclient async-http-client-project - 2.0.34 + 2.0.35-SNAPSHOT 4.0.0 async-http-client-netty-utils diff --git a/pom.xml b/pom.xml index 7566aa7157..370077dc3f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.asynchttpclient async-http-client-project Asynchronous Http Client Project - 2.0.34 + 2.0.35-SNAPSHOT pom The Async Http Client (AHC) library's purpose is to allow Java