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 0EB3710751 for ; Fri, 14 Feb 2014 19:59:08 +0000 (UTC) Received: (qmail 8448 invoked by uid 500); 14 Feb 2014 19:59:06 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 8278 invoked by uid 500); 14 Feb 2014 19:59:06 -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 8139 invoked by uid 99); 14 Feb 2014 19:59:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 19:59:06 +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; Fri, 14 Feb 2014 19:59:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EBB13238889B; Fri, 14 Feb 2014 19:58:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1568500 - /cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml Date: Fri, 14 Feb 2014 19:58:44 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140214195844.EBB13238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Feb 14 19:58:44 2014 New Revision: 1568500 URL: http://svn.apache.org/r1568500 Log: Fix release:prepare Modified: cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml Modified: cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml?rev=1568500&r1=1568499&r2=1568500&view=diff ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml (original) +++ cxf/trunk/distribution/src/main/release/samples/ws_eventing/pom.xml Fri Feb 14 19:58:44 2014 @@ -27,44 +27,39 @@ cxf-samples 3.0.0-SNAPSHOT - - ${project.version} - org.apache.cxf cxf-core - ${cxf.version} + ${project.version} org.apache.cxf cxf-rt-frontend-jaxws - ${cxf.version} + ${project.version} org.apache.cxf cxf-rt-transports-http - ${cxf.version} + ${project.version} org.springframework spring-context - 3.2.0.RELEASE org.springframework spring-web - 3.2.0.RELEASE org.apache.cxf cxf-rt-ws-eventing - ${cxf.version} + ${project.version} org.apache.cxf cxf-rt-ws-addr - ${cxf.version} + ${project.version} javax.servlet