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 2015/04/09 15:33:51 UTC

svn commit: r1672345 - in /httpcomponents/httpasyncclient/tags/4.1-RC1: ./ httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Thu Apr  9 13:33:50 2015
New Revision: 1672345

URL: http://svn.apache.org/r1672345
Log:
HttpAsyncClient 4.1 RC1 tag

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

Propchange: httpcomponents/httpasyncclient/tags/4.1-RC1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Apr  9 13:33:50 2015
@@ -0,0 +1,9 @@
+target
+.settings
+.classpath
+.project
+bin
+
+*.iml
+
+.idea

Propchange: httpcomponents/httpasyncclient/tags/4.1-RC1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Apr  9 13:33:50 2015
@@ -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.1-RC1/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-cache/pom.xml?rev=1672345&r1=1672344&r2=1672345&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-cache/pom.xml Thu Apr  9 13:33:50 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1-beta2-SNAPSHOT</version>
+    <version>4.1</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>

Modified: httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-osgi/pom.xml?rev=1672345&r1=1672344&r2=1672345&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient-osgi/pom.xml Thu Apr  9 13:33:50 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1-beta2-SNAPSHOT</version>
+    <version>4.1</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>Apache HttpAsyncClient OSGi bundle</name>

Modified: httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient/pom.xml?rev=1672345&r1=1672344&r2=1672345&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-RC1/httpasyncclient/pom.xml Thu Apr  9 13:33:50 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1-beta2-SNAPSHOT</version>
+    <version>4.1</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/tags/4.1-RC1/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/tags/4.1-RC1/pom.xml?rev=1672345&r1=1672344&r2=1672345&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/tags/4.1-RC1/pom.xml (original)
+++ httpcomponents/httpasyncclient/tags/4.1-RC1/pom.xml Thu Apr  9 13:33:50 2015
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.1-beta2-SNAPSHOT</version>
+  <version>4.1</version>
   <description>Apache 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.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.1</url>
   </scm>
 
   <properties>