Upgraded HttpAsyncClient version to 4.0.2-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1570498 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-cache/pom.xml b/httpasyncclient-cache/pom.xml
index 6816ee4..8011243 100644
--- a/httpasyncclient-cache/pom.xml
+++ b/httpasyncclient-cache/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>
diff --git a/httpasyncclient-osgi/pom.xml b/httpasyncclient-osgi/pom.xml
index a761e13..e72f156 100644
--- a/httpasyncclient-osgi/pom.xml
+++ b/httpasyncclient-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>HttpAsyncClient OSGi bundle</name>
diff --git a/httpasyncclient/pom.xml b/httpasyncclient/pom.xml
index 634279c..555586c 100644
--- a/httpasyncclient/pom.xml
+++ b/httpasyncclient/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.1-SNAPSHOT</version>
+    <version>4.0.2-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>
diff --git a/pom.xml b/pom.xml
index e928650..e9d1784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.0.1-SNAPSHOT</version>
+  <version>4.0.2-SNAPSHOT</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -58,9 +58,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</url>
   </scm>
 
   <properties>