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/10/21 21:23:05 UTC

svn commit: r1633439 - in /httpcomponents/httpcore/branches/4.3.x: httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml

Author: olegk
Date: Tue Oct 21 19:23:04 2014
New Revision: 1633439

URL: http://svn.apache.org/r1633439
Log:
Upgraded HttpCore version to 4.3.4-SNAPSHOT

Modified:
    httpcomponents/httpcore/branches/4.3.x/httpcore-ab/pom.xml
    httpcomponents/httpcore/branches/4.3.x/httpcore-nio/pom.xml
    httpcomponents/httpcore/branches/4.3.x/httpcore-osgi/pom.xml
    httpcomponents/httpcore/branches/4.3.x/httpcore/pom.xml
    httpcomponents/httpcore/branches/4.3.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.3.x/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/httpcore-ab/pom.xml?rev=1633439&r1=1633438&r2=1633439&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/httpcore-ab/pom.xml Tue Oct 21 19:23:04 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>

Modified: httpcomponents/httpcore/branches/4.3.x/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/httpcore-nio/pom.xml?rev=1633439&r1=1633438&r2=1633439&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/httpcore-nio/pom.xml Tue Oct 21 19:23:04 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>

Modified: httpcomponents/httpcore/branches/4.3.x/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/httpcore-osgi/pom.xml?rev=1633439&r1=1633438&r2=1633439&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/httpcore-osgi/pom.xml Tue Oct 21 19:23:04 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>

Modified: httpcomponents/httpcore/branches/4.3.x/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/httpcore/pom.xml?rev=1633439&r1=1633438&r2=1633439&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/httpcore/pom.xml Tue Oct 21 19:23:04 2014
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.3.3-SNAPSHOT</version>
+    <version>4.3.4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>

Modified: httpcomponents/httpcore/branches/4.3.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.3.x/pom.xml?rev=1633439&r1=1633438&r2=1633439&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.3.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.3.x/pom.xml Tue Oct 21 19:23:04 2014
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.3.3-SNAPSHOT</version>
+  <version>4.3.4-SNAPSHOT</version>
   <description>Core components to build HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <inceptionYear>2005</inceptionYear>