HttpClient 4.2.5 RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.5@1469939 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index 4298687..221c56d 100644
--- a/fluent-hc/pom.xml
+++ b/fluent-hc/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.2.5-SNAPSHOT</version>
+    <version>4.2.5</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Fluent HttpClient</name>
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index 6a6b143..ea21208 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.2.5-SNAPSHOT</version>
+    <version>4.2.5</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>HttpClient Cache</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index e1f3814..8d021a4 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.2.5-SNAPSHOT</version>
+    <version>4.2.5</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>HttpClient OSGi bundle</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 8af7e7b..9f95614 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.2.5-SNAPSHOT</version>
+    <version>4.2.5</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index c4aef9e..a766401 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.2.5-SNAPSHOT</version>
+    <version>4.2.5</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>HttpMime</name>
diff --git a/pom.xml b/pom.xml
index 6cc3cdb..97ba763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>
   <name>HttpComponents Client</name>
-  <version>4.2.5-SNAPSHOT</version>
+  <version>4.2.5</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>
@@ -59,9 +59,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.2.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.5</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.5</url>
   </scm>
 
   <properties>