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 2021/12/08 21:17:15 UTC

svn commit: r1895708 - in /httpcomponents/httpasyncclient/branches/release-4.1.5: httpasyncclient-cache/pom.xml httpasyncclient-osgi/pom.xml httpasyncclient/pom.xml pom.xml

Author: olegk
Date: Wed Dec  8 21:17:15 2021
New Revision: 1895708

URL: http://svn.apache.org/viewvc?rev=1895708&view=rev
Log:
HttpAsyncClient 4.1.5 release

Modified:
    httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-cache/pom.xml
    httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-osgi/pom.xml
    httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient/pom.xml
    httpcomponents/httpasyncclient/branches/release-4.1.5/pom.xml

Modified: httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-cache/pom.xml?rev=1895708&r1=1895707&r2=1895708&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-cache/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-cache/pom.xml Wed Dec  8 21:17:15 2021
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.5-SNAPSHOT</version>
+    <version>4.1.5</version>
   </parent>
   <artifactId>httpasyncclient-cache</artifactId>
   <name>Apache HttpAsyncClient Cache</name>
@@ -162,4 +162,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file

Modified: httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-osgi/pom.xml?rev=1895708&r1=1895707&r2=1895708&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient-osgi/pom.xml Wed Dec  8 21:17:15 2021
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.5-SNAPSHOT</version>
+    <version>4.1.5</version>
   </parent>
   <artifactId>httpasyncclient-osgi</artifactId>
   <name>Apache HttpAsyncClient OSGi bundle</name>
@@ -120,7 +120,7 @@
             org.apache.http.ssl;version=${httpcore.osgi.import.version},
             *
             </Import-Package>
-            <Include-Resource />
+            <Include-Resource/>
             <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->
             <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME</_removeheaders>
           </instructions>
@@ -163,4 +163,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file

Modified: httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient/pom.xml?rev=1895708&r1=1895707&r2=1895708&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/release-4.1.5/httpasyncclient/pom.xml Wed Dec  8 21:17:15 2021
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-asyncclient</artifactId>
-    <version>4.1.5-SNAPSHOT</version>
+    <version>4.1.5</version>
   </parent>
   <artifactId>httpasyncclient</artifactId>
   <name>Apache HttpAsyncClient</name>
@@ -180,4 +180,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file

Modified: httpcomponents/httpasyncclient/branches/release-4.1.5/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/release-4.1.5/pom.xml?rev=1895708&r1=1895707&r2=1895708&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/release-4.1.5/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/release-4.1.5/pom.xml Wed Dec  8 21:17:15 2021
@@ -32,7 +32,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-asyncclient</artifactId>
   <name>Apache HttpComponents AsyncClient</name>
-  <version>4.1.5-SNAPSHOT</version>
+  <version>4.1.5</version>
   <description>Apache components to build asynchronous client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-asyncclient</url>
   <inceptionYear>2010</inceptionYear>
@@ -276,4 +276,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file