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/08/21 15:51:15 UTC

svn commit: r1696991 - in /httpcomponents/httpasyncclient/branches/4.1.x: httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Fri Aug 21 13:51:14 2015
New Revision: 1696991

URL: http://svn.apache.org/r1696991
Log:
Upgraded project version to 4.2-alpha1-SNAPSHOT

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/branches/4.1.x/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-cache/pom.xml?rev=1696991&r1=1696990&r2=1696991&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-cache/pom.xml Fri Aug 21 13:51:14 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>4.2-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>

Modified: httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml?rev=1696991&r1=1696990&r2=1696991&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml Fri Aug 21 13:51:14 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>4.2-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>Apache HttpAsyncClient OSGi bundle</name>

Modified: httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/pom.xml?rev=1696991&r1=1696990&r2=1696991&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient/pom.xml Fri Aug 21 13:51:14 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.1-SNAPSHOT</version>
+    <version>4.2-alpha1-SNAPSHOT</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>

Modified: httpcomponents/httpasyncclient/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/pom.xml?rev=1696991&r1=1696990&r2=1696991&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/pom.xml Fri Aug 21 13:51:14 2015
@@ -33,7 +33,7 @@
     <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.1.1-SNAPSHOT</version>
+  <version>4.2-alpha1-SNAPSHOT</version>
   <description>Apache components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>