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 2012/09/24 20:52:10 UTC

svn commit: r1389512 - in /httpcomponents/httpasyncclient/tags/4.0-beta3-RC1: ./ httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Mon Sep 24 18:52:09 2012
New Revision: 1389512

URL: http://svn.apache.org/viewvc?rev=1389512&view=rev
Log:
HttpAsyncClient 4.0-beta3 RC1

Added:
    httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/   (props changed)
      - copied from r1389510, httpcomponents/httpasyncclient/trunk/
Modified:
    httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml

Propchange: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 24 18:52:09 2012
@@ -0,0 +1,4 @@
+target
+.settings
+.classpath
+.project

Propchange: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Sep 24 18:52:09 2012
@@ -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-beta3-RC1/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-cache/pom.xml Mon Sep 24 18:52:09 2012
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-beta3-SNAPSHOT</version>
+    <version>4.0-beta3</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>HttpAsyncClient Cache</name>

Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient-osgi/pom.xml Mon Sep 24 18:52:09 2012
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-beta3-SNAPSHOT</version>
+    <version>4.0-beta3</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>HttpAsyncClient OSGi bundle</name>

Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/httpasyncclient/pom.xml Mon Sep 24 18:52:09 2012
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-beta3-SNAPSHOT</version>
+    <version>4.0-beta3</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml?rev=1389512&r1=1389510&r2=1389512&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.0-beta3-RC1/pom.xml Mon Sep 24 18:52:09 2012
@@ -34,7 +34,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>HttpComponents AsyncClient</name>
-  <version>4.0-beta3-SNAPSHOT</version>
+  <version>4.0-beta3</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -59,9 +59,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-beta3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta3</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-beta3</url>
   </scm>
 
   <properties>