diff --git a/client/pom.xml b/client/pom.xml index 17c4b9b582b76d9d4aae3d10935d7a1d1e1bf30f..5d8d33a064ed7d1df39fcd53a1faa9367407fd35 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client</artifactId> diff --git a/example/pom.xml b/example/pom.xml index f669720a7d68f24e15d34b624ef244bad0c8118f..7f827d1d20d0b6d8671f5f72e9c569a012e95da8 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client-example</artifactId> diff --git a/extras/guava/pom.xml b/extras/guava/pom.xml index f9b1a22b73d72aba5d067ffc772d7ee693c25ded..9d40216040fb8bb35dc1240d4585ee7f08ec183f 100644 --- a/extras/guava/pom.xml +++ b/extras/guava/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-extras-parent</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client-extras-guava</artifactId> diff --git a/extras/jdeferred/pom.xml b/extras/jdeferred/pom.xml index 2e0b1b540016bfa9fa7045eec4ab86fbe966b000..0a1c805531d0f3f65962019e8ff5199733e377e2 100644 --- a/extras/jdeferred/pom.xml +++ b/extras/jdeferred/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-jdeferred</artifactId> <name>Asynchronous Http Client JDeferred Extras</name> diff --git a/extras/pom.xml b/extras/pom.xml index f87b0f67d7c2fcc45794dea8c1ebdb2febb12a66..b313126797a685468b66977b81847d7925c087ae 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client-extras-parent</artifactId> diff --git a/extras/registry/pom.xml b/extras/registry/pom.xml index 7d6d4944f75325bab82b0ecffd4a3dbb7635ffc4..8455fcee5e4fbbd0a836cf3fe6266e94451a6fb9 100644 --- a/extras/registry/pom.xml +++ b/extras/registry/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-extras-parent</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client-extras-registry</artifactId> diff --git a/extras/retrofit2/pom.xml b/extras/retrofit2/pom.xml index 5a66cf2f3120ff70cf96e7ab7caefbf895340bd2..6963d1f3a80c40348ae2bd9677c2983cf66b188c 100644 --- a/extras/retrofit2/pom.xml +++ b/extras/retrofit2/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-retrofit2</artifactId> diff --git a/extras/rxjava/pom.xml b/extras/rxjava/pom.xml index 645866d964bfbbbb6f12215add292afa2b4e9581..e8e06d4a55e1f3681021380995d6fb2bf494e047 100644 --- a/extras/rxjava/pom.xml +++ b/extras/rxjava/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-rxjava</artifactId> <name>Asynchronous Http Client RxJava Extras</name> diff --git a/extras/rxjava2/pom.xml b/extras/rxjava2/pom.xml index edfd268b44fba0b4380679070cfc5a054913105c..82a44d242769529e33fad7426a7a21577c007910 100644 --- a/extras/rxjava2/pom.xml +++ b/extras/rxjava2/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-rxjava2</artifactId> <name>Asynchronous Http Client RxJava2 Extras</name> diff --git a/extras/simple/pom.xml b/extras/simple/pom.xml index b1250a8a73290a12296a766887f5d7c727f48cd6..ab68e925be18ce552c0f45e2cd12bd6b3cd6f6d2 100644 --- a/extras/simple/pom.xml +++ b/extras/simple/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-simple</artifactId> <name>Asynchronous Http Simple Client</name> diff --git a/extras/typesafeconfig/pom.xml b/extras/typesafeconfig/pom.xml index dd0fb7766a865640b540f534b6447e807bca9089..62af218370201b4f89a9f9d4c880673e450209d6 100644 --- a/extras/typesafeconfig/pom.xml +++ b/extras/typesafeconfig/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>async-http-client-extras-parent</artifactId> <groupId>org.asynchttpclient</groupId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <artifactId>async-http-client-extras-typesafe-config</artifactId> diff --git a/netty-utils/pom.xml b/netty-utils/pom.xml index 753aaed2738185fab5c069ad573438f943114dfd..b7207ec2bdb85838ad3bff0f82f733fd8656b3e7 100644 --- a/netty-utils/pom.xml +++ b/netty-utils/pom.xml @@ -2,7 +2,7 @@ <parent> <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> - <version>2.4.8</version> + <version>2.4.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>async-http-client-netty-utils</artifactId> diff --git a/pom.xml b/pom.xml index 36a3dd5c7cb474b0ff7a8e7d87b265db3438f9eb..27e137dc761b04db4a0fe7a4bb33f0a9741ee1f2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ <groupId>org.asynchttpclient</groupId> <artifactId>async-http-client-project</artifactId> <name>Asynchronous Http Client Project</name> - <version>2.4.8</version> + <version>2.4.9</version> <packaging>pom</packaging> <description> The Async Http Client (AHC) library's purpose is to allow Java @@ -388,11 +388,13 @@ <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId> <version>${hamcrest.version}</version> + <scope>test</scope> </dependency> </dependencies> <properties>