Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-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 624D1DC5A for ; Wed, 12 Sep 2012 16:07:44 +0000 (UTC) Received: (qmail 96889 invoked by uid 500); 12 Sep 2012 16:07:44 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 96792 invoked by uid 500); 12 Sep 2012 16:07:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 96776 invoked by uid 99); 12 Sep 2012 16:07:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 16:07:43 +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; Wed, 12 Sep 2012 16:07:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6CEC023889ED; Wed, 12 Sep 2012 16:06:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1384005 - /cxf/trunk/parent/pom.xml Date: Wed, 12 Sep 2012 16:06:57 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120912160657.6CEC023889ED@eris.apache.org> Author: dkulp Date: Wed Sep 12 16:06:57 2012 New Revision: 1384005 URL: http://svn.apache.org/viewvc?rev=1384005&view=rev Log: Add more httpasync versions and osgi version ranges to parent pom Modified: cxf/trunk/parent/pom.xml Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1384005&r1=1384004&r2=1384005&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Wed Sep 12 16:06:57 2012 @@ -139,6 +139,10 @@ 1.3.2-1 3.0.2 1.7 + 4.2.1 + [4.2.1,4.3.0) + 4.0-beta3-SNAPSHOT + [4.0-beta3-SNAPSHOT,4.1) 1.1.1 1.0.1 @@ -585,17 +589,21 @@ - + org.apache.httpcomponents httpclient - 4.2.1 + ${cxf.httpcomponents.core.version} org.apache.httpcomponents httpcore-nio - 4.2.1 + ${cxf.httpcomponents.core.version} + + + org.apache.httpcomponents + httpasyncclient + ${cxf.httpcomponents.asyncclient.version} - org.apache.maven maven-project