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 2013/11/01 14:42:50 UTC

svn commit: r1537936 - in /httpcomponents/httpasyncclient/trunk: RELEASE_NOTES.txt httpasyncclient-osgi/pom.xml

Author: olegk
Date: Fri Nov  1 13:42:50 2013
New Revision: 1537936

URL: http://svn.apache.org/r1537936
Log:
HTTPASYNC-60: Fixed incorrect OSGi Symbolic-BundleName.
Contributed by M. van Cuijk <mark at phedny.net>

Modified:
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
    httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1537936&r1=1537935&r2=1537936&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Fri Nov  1 13:42:50 2013
@@ -1,3 +1,11 @@
+Changes since 4.0
+-------------------
+
+* [HTTPASYNC-60] Fixed incorrect OSGi Symbolic-BundleName.
+  Contributed by M. van Cuijk <mark at phedny.net>
+
+
+
 Release 4.0
 -------------------
 
@@ -16,7 +24,7 @@ I/O error recovery. These features may b
 Changelog:
 -------------------
 
-* [ HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl.
+* [HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * [HTTPASYNC-57] HTTPS request execution via a HTTP proxy can cause an infinite loop.

Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml?rev=1537936&r1=1537935&r2=1537936&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Fri Nov  1 13:42:50 2013
@@ -56,7 +56,7 @@
         <configuration>
           <instructions>
             <Bundle-Name>Apache ${project.name}</Bundle-Name>
-            <Bundle-SymbolicName>${project.groupId}.httpclient</Bundle-SymbolicName>
+            <Bundle-SymbolicName>${project.groupId}.httpasyncclient</Bundle-SymbolicName>
             <_exportcontents>
             org.apache.http.nio.client.*;version=${project.version},
             org.apache.http.nio.conn.*;version=${project.version},