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 2011/01/14 13:14:41 UTC

svn commit: r1058977 - in /httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1: ./ httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Fri Jan 14 12:14:40 2011
New Revision: 1058977

URL: http://svn.apache.org/viewvc?rev=1058977&view=rev
Log:
HttpAsyncClient 4.0-alpha1 RC1 tag

Added:
    httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/
      - copied from r1058875, httpcomponents/httpasyncclient/trunk/
Modified:
    httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/pom.xml

Modified: httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/httpasyncclient/pom.xml?rev=1058977&r1=1058875&r2=1058977&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/httpasyncclient/pom.xml Fri Jan 14 12:14:40 2011
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.0-alpha1-SNAPSHOT</version>
+    <version>4.0-alpha1</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/pom.xml?rev=1058977&r1=1058875&r2=1058977&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-alpha1-RC1/pom.xml Fri Jan 14 12:14:40 2011
@@ -35,7 +35,7 @@
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>HttpComponents AsyncClient</name>
-  <version>4.0-alpha1-SNAPSHOT</version>
+  <version>4.0-alpha1</version>
   <description>Components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -60,9 +60,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-alpha1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-alpha1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.0-alpha1</url>
   </scm>
 
   <properties>