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 5F634DAEF for ; Sat, 6 Oct 2012 01:46:25 +0000 (UTC) Received: (qmail 71726 invoked by uid 500); 6 Oct 2012 01:46:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 71679 invoked by uid 500); 6 Oct 2012 01:46:25 -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 71669 invoked by uid 99); 6 Oct 2012 01:46:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 01:46:25 +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; Sat, 06 Oct 2012 01:46:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B6E0B23889E7; Sat, 6 Oct 2012 01:45:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1394892 - in /cxf/trunk/distribution/src/main/release/samples: jax_rs/minimal_osgi/pom.xml wsdl_first_https/pom.xml Date: Sat, 06 Oct 2012 01:45:38 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121006014538.B6E0B23889E7@eris.apache.org> Author: dkulp Date: Sat Oct 6 01:45:38 2012 New Revision: 1394892 URL: http://svn.apache.org/viewvc?rev=1394892&view=rev Log: More releases fixes Modified: cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml Modified: cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml?rev=1394892&r1=1394891&r2=1394892&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml Sat Oct 6 01:45:38 2012 @@ -33,7 +33,6 @@ - ${project.version} UTF-8 @@ -162,7 +161,7 @@ org.apache.cxf cxf-bundle-jaxrs - ${cxf.version} + ${project.version} Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1394892&r1=1394891&r2=1394892&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml Sat Oct 6 01:45:38 2012 @@ -31,7 +31,6 @@ - ${project.version} ${basedir}/src/main/config/hello_world.wsdl @@ -209,17 +208,17 @@ org.apache.cxf cxf-rt-frontend-jaxws - ${cxf.version} + ${project.version} org.apache.cxf cxf-rt-transports-http - ${cxf.version} + ${project.version} org.apache.cxf cxf-rt-transports-http-jetty - ${cxf.version} + ${project.version} org.springframework