Upgraded HttpAsyncClient version to 4.1.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1675072 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-cache/pom.xml b/httpasyncclient-cache/pom.xml
index f2b595d..cea1290 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.1-beta2-SNAPSHOT</version>
+    <version>4.1.1-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 732fb11..3a301c7 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.1-beta2-SNAPSHOT</version>
+    <version>4.1.1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>Apache HttpAsyncClient OSGi bundle</name>
diff --git a/httpasyncclient/pom.xml b/httpasyncclient/pom.xml
index 00f6dda..593304c 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.1-beta2-SNAPSHOT</version>
+    <version>4.1.1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>
diff --git a/pom.xml b/pom.xml
index 008e9ee..c04b04b 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.1-beta2-SNAPSHOT</version>
+  <version>4.1.1-SNAPSHOT</version>
   <description>Apache components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>