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 2017/05/01 08:32:36 UTC

svn commit: r1793293 - in /httpcomponents/httpcore/trunk: httpcore5-ab/pom.xml httpcore5-h2/pom.xml httpcore5-osgi/pom.xml httpcore5-testing/pom.xml httpcore5/pom.xml pom.xml

Author: olegk
Date: Mon May  1 08:32:35 2017
New Revision: 1793293

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

Modified:
    httpcomponents/httpcore/trunk/httpcore5-ab/pom.xml
    httpcomponents/httpcore/trunk/httpcore5-h2/pom.xml
    httpcomponents/httpcore/trunk/httpcore5-osgi/pom.xml
    httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml
    httpcomponents/httpcore/trunk/httpcore5/pom.xml
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore5-ab/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5-ab/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5-ab/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5-ab/pom.xml Mon May  1 08:32:35 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-ab</artifactId>
   <name>Apache HttpComponents Core Benchmarking Tool</name>

Modified: httpcomponents/httpcore/trunk/httpcore5-h2/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5-h2/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5-h2/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5-h2/pom.xml Mon May  1 08:32:35 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-h2</artifactId>
   <name>Apache HttpComponents Core HTTP/2</name>

Modified: httpcomponents/httpcore/trunk/httpcore5-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5-osgi/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5-osgi/pom.xml Mon May  1 08:32:35 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-osgi</artifactId>
   <name>Apache HttpComponents Core OSGi Bundle</name>

Modified: httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5-testing/pom.xml Mon May  1 08:32:35 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5-testing</artifactId>
   <name>Apache HttpComponents Core Integration Tests</name>

Modified: httpcomponents/httpcore/trunk/httpcore5/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore5/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore5/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore5/pom.xml Mon May  1 08:32:35 2017
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents.core5</groupId>
     <artifactId>httpcore5-parent</artifactId>
-    <version>5.0-alpha3-SNAPSHOT</version>
+    <version>5.0-alpha4-SNAPSHOT</version>
   </parent>
   <artifactId>httpcore5</artifactId>
   <name>Apache HttpComponents Core HTTP/1.1</name>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1793293&r1=1793292&r2=1793293&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Mon May  1 08:32:35 2017
@@ -34,7 +34,7 @@
   <groupId>org.apache.httpcomponents.core5</groupId>
   <artifactId>httpcore5-parent</artifactId>
   <name>Apache HttpComponents Core Parent</name>
-  <version>5.0-alpha3-SNAPSHOT</version>
+  <version>5.0-alpha4-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>