HttpClient 4.0.2 RC2 tag

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0.2-RC2@991690 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpclient-benchmark/pom.xml b/httpclient-benchmark/pom.xml
index 5a02a70..bfc625f 100644
--- a/httpclient-benchmark/pom.xml
+++ b/httpclient-benchmark/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpclient-benchmark</artifactId>
   <name>HttpClient Benchmarks</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index 2a60383..758e2d2 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>HttpClient OSGi bundle</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index b339ef5..4a9075b 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index d4f5dee..0b531d2 100644
--- a/httpmime/pom.xml
+++ b/httpmime/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>HttpMime</name>
diff --git a/pom.xml b/pom.xml
index 6cf1a32..5e9f949 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpcomponents-client</artifactId>
   <name>HttpComponents Client</name>
-  <version>4.0.2-SNAPSHOT</version>
+  <version>4.0.2</version>
   <description>Components to build client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-client</url>
   <inceptionYear>1999</inceptionYear>
@@ -60,9 +60,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0.2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0.2</url>
   </scm>
 
   <properties>