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 5B39C71C5 for ; Thu, 11 Aug 2011 11:03:43 +0000 (UTC) Received: (qmail 75474 invoked by uid 500); 11 Aug 2011 11:03:40 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 75368 invoked by uid 500); 11 Aug 2011 11:03:27 -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 75244 invoked by uid 99); 11 Aug 2011 11:03:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 11:03:17 +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; Thu, 11 Aug 2011 11:03:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 11F022388A74 for ; Thu, 11 Aug 2011 11:02:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1156569 [3/3] - in /cxf/branches/2.4.x-fixes: ./ api/ common/ common/common/ common/wstx-msv-validation/ common/xerces-xsd-validation/ distribution/ distribution/bundle/ distribution/bundle/all/ distribution/bundle/jaxrs/ distribution/bund... Date: Thu, 11 Aug 2011 11:02:46 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110811110253.11F022388A74@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/core/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/core/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/core/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/core/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-core jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo Core http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-databinding-jaxb jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo JAXB Databinding http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/javascript/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/javascript/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/javascript/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/javascript/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-javascript jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDL to JavaScript Front End http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-jaxws jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo JAXWS Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/misc/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/misc/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/misc/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-misctools jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo Misctools http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto pom - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo http://cxf.apache.org org.apache.cxf cxf-tools - 2.4.3-SNAPSHOT + 2.4.2 Modified: cxf/branches/2.4.x-fixes/tools/wsdlto/test/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wsdlto/test/pom.xml?rev=1156569&r1=1156568&r2=1156569&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/tools/wsdlto/test/pom.xml (original) +++ cxf/branches/2.4.x-fixes/tools/wsdlto/test/pom.xml Thu Aug 11 11:02:42 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-test jar - 2.4.3-SNAPSHOT + 2.4.2 Apache CXF Command Line Tools WSDLTo Test http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.3-SNAPSHOT + 2.4.2 ../../../parent/pom.xml