HttpClient 4.5.13 release
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index 4bff89f..fd9b6f1 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.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Apache HttpClient Fluent API</name>
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index 6925149..07f33be 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.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>Apache HttpClient Cache</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index eac6c1e..76db1ec 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.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>Apache HttpClient OSGi bundle</name>
diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml
index 3481ad7..b8f3452 100644
--- a/httpclient-win/pom.xml
+++ b/httpclient-win/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>httpclient-win</artifactId>
   <name>Apache HttpClient Windows features</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 5a23ab9..3fc40c9 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.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>Apache HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index 2ddd611..d5e40eb 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.5.13-SNAPSHOT</version>
+    <version>4.5.13</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>Apache HttpClient Mime</name>
diff --git a/pom.xml b/pom.xml
index 5f72660..87bda8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>
   <name>Apache HttpComponents Client</name>
-  <version>4.5.13-SNAPSHOT</version>
+  <version>4.5.13</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-client-ga/</url>
   <inceptionYear>1999</inceptionYear>
@@ -60,7 +60,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
     <url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
-    <tag>4.5.13-SNAPSHOT</tag>
+    <tag>4.5.13</tag>
   </scm>
 
   <properties>