HttpClient 4.3.6 RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3.6-RC1@1636136 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index 2b59dce..751b94e 100644
--- a/fluent-hc/pom.xml
+++ b/fluent-hc/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.3.6-SNAPSHOT</version>
+    <version>4.3.6</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Fluent API for Apache HttpClient</name>
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index 04d40ba..f74ce02 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.3.6-SNAPSHOT</version>
+    <version>4.3.6</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>Apache HttpClient Cache</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index 79ca77d..9696747 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.3.6-SNAPSHOT</version>
+    <version>4.3.6</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>Apache HttpClient OSGi bundle</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index aa1b5cf..56b2ed9 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.3.6-SNAPSHOT</version>
+    <version>4.3.6</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>Apache HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index a9f4d24..03f70ed 100644
--- a/httpmime/pom.xml
+++ b/httpmime/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.3.6-SNAPSHOT</version>
+    <version>4.3.6</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>Apache HttpClient Mime</name>
diff --git a/pom.xml b/pom.xml
index 6c96af3..088d6db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>
   <name>HttpComponents Client</name>
-  <version>4.3.6-SNAPSHOT</version>
+  <version>4.3.6</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-client</url>
   <inceptionYear>1999</inceptionYear>
@@ -58,9 +58,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.3.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.3.x</developerConnection>
-    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.3.x</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3.6</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3.6</url>
   </scm>
 
   <properties>