HttpAsyncClient 4.0-beta1 RC1

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta1-RC1@1245359 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-osgi/pom.xml b/httpasyncclient-osgi/pom.xml
index e8e7265..72e9c9b 100644
--- a/httpasyncclient-osgi/pom.xml
+++ b/httpasyncclient-osgi/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-alpha4-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>HttpAsyncClient OSGi bundle</name>
diff --git a/httpasyncclient/pom.xml b/httpasyncclient/pom.xml
index d3d3e49..3d0b3ed 100644
--- a/httpasyncclient/pom.xml
+++ b/httpasyncclient/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-alpha4-SNAPSHOT</version>
+    <version>4.0-beta1</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>HttpAsyncClient</name>
diff --git a/pom.xml b/pom.xml
index 94bccde..775ab29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>HttpComponents AsyncClient</name>
-  <version>4.0-alpha4-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -59,9 +59,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/tags/4.0-beta1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta1</url>
   </scm>
 
   <properties>