You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/08/02 14:25:01 UTC

svn commit: r1615306 - in /httpcomponents/httpasyncclient/tags/4.0.2-RC1: ./ httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Sat Aug  2 12:25:01 2014
New Revision: 1615306

URL: http://svn.apache.org/r1615306
Log:
HttpAsyncClient 4.0.2 RC1 tag

Added:
    httpcomponents/httpasyncclient/tags/4.0.2-RC1/   (props changed)
      - copied from r1615305, httpcomponents/httpasyncclient/branches/4.0.x/
Modified:
    httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/tags/4.0.2-RC1/pom.xml

Propchange: httpcomponents/httpasyncclient/tags/4.0.2-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Aug  2 12:25:01 2014
@@ -0,0 +1,9 @@
+target
+.settings
+.classpath
+.project
+bin
+
+*.iml
+
+.idea

Propchange: httpcomponents/httpasyncclient/tags/4.0.2-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Aug  2 12:25:01 2014
@@ -0,0 +1,2 @@
+/httpcomponents/httpasyncclient/branches/conn-mgmt-redesign:1155312-1159070
+/httpcomponents/httpasyncclient/branches/protocol-handler-refactoring:1167093-1174316

Modified: httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-cache/pom.xml?rev=1615306&r1=1615305&r2=1615306&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-cache/pom.xml Sat Aug  2 12:25:01 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>

Modified: httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-osgi/pom.xml?rev=1615306&r1=1615305&r2=1615306&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient-osgi/pom.xml Sat Aug  2 12:25:01 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>HttpAsyncClient OSGi bundle</name>

Modified: httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient/pom.xml?rev=1615306&r1=1615305&r2=1615306&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0.2-RC1/httpasyncclient/pom.xml Sat Aug  2 12:25:01 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.2</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/tags/4.0.2-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0.2-RC1/pom.xml?rev=1615306&r1=1615305&r2=1615306&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0.2-RC1/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0.2-RC1/pom.xml Sat Aug  2 12:25:01 2014
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.0.2-SNAPSHOT</version>
+  <version>4.0.2</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -58,9 +58,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.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0.2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0.2</url>
   </scm>
 
   <properties>