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 EA52DC956 for ; Tue, 14 Aug 2012 18:46:50 +0000 (UTC) Received: (qmail 16630 invoked by uid 500); 14 Aug 2012 18:46:50 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 16582 invoked by uid 500); 14 Aug 2012 18:46:50 -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 16574 invoked by uid 99); 14 Aug 2012 18:46:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 18:46:50 +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; Tue, 14 Aug 2012 18:46:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1589823888E3; Tue, 14 Aug 2012 18:46:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1373020 - /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml Date: Tue, 14 Aug 2012 18:46:06 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120814184606.1589823888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Aug 14 18:46:05 2012 New Revision: 1373020 URL: http://svn.apache.org/viewvc?rev=1373020&view=rev Log: Try and fix release build Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml?rev=1373020&r1=1373019&r2=1373020&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml (original) +++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml Tue Aug 14 18:46:05 2012 @@ -99,12 +99,12 @@ org.apache.cxf cxf-rt-frontend-jaxrs - ${cxf.version} + 2.6.2-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - ${cxf.version} + 2.6.2-SNAPSHOT org.apache.httpcomponents