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/10/30 11:22:09 UTC

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

Author: olegk
Date: Fri Oct 30 10:22:09 2015
New Revision: 1711441

URL: http://svn.apache.org/viewvc?rev=1711441&view=rev
Log:
Upgraded HttpCore version to 4.4.5-SNAPSHOT

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

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-ab/pom.xml?rev=1711441&r1=1711440&r2=1711441&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-ab/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-ab/pom.xml Fri Oct 30 10:22:09 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.4-SNAPSHOT</version>
+    <version>4.4.5-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-ab</artifactId>
   <name>Apache HttpCore Benchmarking Tool</name>

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-nio/pom.xml?rev=1711441&r1=1711440&r2=1711441&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-nio/pom.xml Fri Oct 30 10:22:09 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.4-SNAPSHOT</version>
+    <version>4.4.5-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-nio</artifactId>
   <name>Apache HttpCore NIO</name>

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml?rev=1711441&r1=1711440&r2=1711441&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Fri Oct 30 10:22:09 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.4-SNAPSHOT</version>
+    <version>4.4.5-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore-osgi</artifactId>
   <name>Apache HttpCore OSGi bundle</name>

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore/pom.xml?rev=1711441&r1=1711440&r2=1711441&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore/pom.xml Fri Oct 30 10:22:09 2015
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-core</artifactId>
-    <version>4.4.4-SNAPSHOT</version>
+    <version>4.4.5-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore</artifactId>
   <name>Apache HttpCore</name>

Modified: httpcomponents/httpcore/branches/4.4.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/pom.xml?rev=1711441&r1=1711440&r2=1711441&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/pom.xml Fri Oct 30 10:22:09 2015
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-core</artifactId>
   <name>Apache HttpComponents Core</name>
-  <version>4.4.4-SNAPSHOT</version>
+  <version>4.4.5-SNAPSHOT</version>
   <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
   <url>http://hc.apache.org/httpcomponents-core</url>
   <inceptionYear>2005</inceptionYear>