Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC29610E3F for ; Mon, 16 Sep 2013 14:17:46 +0000 (UTC) Received: (qmail 49915 invoked by uid 500); 16 Sep 2013 14:17:46 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 49881 invoked by uid 500); 16 Sep 2013 14:17:43 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 49868 invoked by uid 99); 16 Sep 2013 14:17:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 14:17:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 14:17:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E369E2388994 for ; Mon, 16 Sep 2013 14:17:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1523659 - in /httpcomponents/httpclient/trunk: RELEASE_NOTES.txt httpclient-osgi/pom.xml Date: Mon, 16 Sep 2013 14:17:17 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130916141717.E369E2388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Mon Sep 16 14:17:17 2013 New Revision: 1523659 URL: http://svn.apache.org/r1523659 Log: HTTPCLIENT-1398: Fixed invalid OSGi metadata caused by corrupted Maven bundle plugin metadata Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1523659&r1=1523658&r2=1523659&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original) +++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Mon Sep 16 14:17:17 2013 @@ -1,6 +1,9 @@ Changes since 4.3 ------------------- +* [HTTPCLIENT-1398] Fixed invalid OSGi metadata caused by corrupted Maven bundle plugin metadata. + Contributed by Oleg Kalnichevski + * [HTTPCLIENT-1399] Fixed NPE in RequestBuilder. Contributed by Oleg Kalnichevski Modified: httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml?rev=1523659&r1=1523658&r2=1523659&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml (original) +++ httpcomponents/httpclient/trunk/httpclient-osgi/pom.xml Mon Sep 16 14:17:17 2013 @@ -119,9 +119,10 @@ org.apache.http.impl.auth.*;version=${project.version}, org.apache.http.impl.cookie.*;version=${project.version}, org.apache.http.impl.conn.*;version=${project.version}, - org.apache.http.impl.execchain.*;version=${project.version} - org.apache.http.impl.client.*;version=${project.version} - org.apache.http.osgi.services;version=${project.version} + org.apache.http.impl.execchain.*;version=${project.version}, + org.apache.http.impl.client.*;version=${project.version}, + org.apache.http.impl.client.cache.*;version=${project.version}, + org.apache.http.osgi.services.*;version=${project.version} *;scope=compile|runtime;inline=true