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 ACE32981E for ; Tue, 14 Aug 2012 18:05:35 +0000 (UTC) Received: (qmail 58149 invoked by uid 500); 14 Aug 2012 18:05:35 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 58094 invoked by uid 500); 14 Aug 2012 18:05:35 -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 58087 invoked by uid 99); 14 Aug 2012 18:05:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2012 18:05:35 +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:05:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9FE912388A40; Tue, 14 Aug 2012 18:04:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1373002 [2/3] - in /cxf/branches/2.4.x-fixes: ./ api/ common/ common/common/ common/wstx-msv-validation/ common/xerces-xsd-validation/ distribution/ distribution/manifest/ distribution/src/main/release/samples/ distribution/src/main/releas... Date: Tue, 14 Aug 2012 18:04:32 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120814180439.9FE912388A40@eris.apache.org> Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_rm/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples ws_rm WS-RM Demo - 2.4.9 + 2.4.10-SNAPSHOT WS-RM Demo org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -134,38 +134,38 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-common-utilities - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wssec_sign_enc CXF WS-Security Sign Encoding Demo - 2.4.9 + 2.4.10-SNAPSHOT CXF WS-Security Sign Encoding Demo org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ../.. @@ -129,43 +129,43 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-common-utilities - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wssec_ut CXF WS-Security UT Demo - 2.4.9 + 2.4.10-SNAPSHOT CXF WS-Security UT Demo org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ../.. @@ -136,43 +136,43 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-common-utilities - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wssec_ut_policy WS-Security UT Policy Demo - 2.4.9 + 2.4.10-SNAPSHOT WS-Security UT Policy Demo org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ../.. @@ -176,29 +176,29 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wssec_ut_sign WS-Security UT Sign Demo - 2.4.9 + 2.4.10-SNAPSHOT WS-Security UT Sign Demo org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ../.. @@ -130,43 +130,43 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-common-utilities - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,13 +22,13 @@ wsdl_first war WSDL first demo using Document/Literal Style - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using Document/Literal Style org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -166,12 +166,12 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT junit Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_dynamic_client CXF Dynamic Client Sample - 2.4.9 + 2.4.10-SNAPSHOT CXF Dynamic Client Sample org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -137,18 +137,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT com.sun.xml.bind Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_https WSDL first demo using HTTPS - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using HTTPS org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT @@ -229,17 +229,17 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_pure_xml WSDL first demo using BARE Style in XML Binding (pure XML over HTTP) - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using BARE Style in XML Binding (pure XML over HTTP) org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_rpclit WSDL first demo using RPC-Literal Style - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using RPC-Literal Style org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT @@ -124,18 +124,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_soap12 WSDL first demo using SOAP12 in Document/Literal Style - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using SOAP12 in Document/Literal Style org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -148,18 +148,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_xml_wrapped CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP) - 2.4.9 + 2.4.10-SNAPSHOT CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP) org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT @@ -149,18 +149,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original) +++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,13 +21,13 @@ org.apache.cxf.samples wsdl_first_xmlbeans WSDL first demo using Document/Literal Style and XMLBeans DataBinding - 2.4.9 + 2.4.10-SNAPSHOT WSDL first demo using Document/Literal Style and XMLBeans DataBinding org.apache.cxf.samples cxf-samples - 2.4.9 + 2.4.10-SNAPSHOT ${project.version} @@ -134,23 +134,23 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-databinding-xmlbeans - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/integration/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/integration/jbi/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/integration/jbi/pom.xml (original) +++ cxf/branches/2.4.x-fixes/integration/jbi/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ org.apache.cxf cxf-integration-jbi jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF JBI Integration http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/integration/jca/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/integration/jca/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/integration/jca/pom.xml (original) +++ cxf/branches/2.4.x-fixes/integration/jca/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-integration-jca jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF JCA Connection Apache CXF JCA Connection http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/integration/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/integration/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/integration/pom.xml (original) +++ cxf/branches/2.4.x-fixes/integration/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-integration pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Integration Apache CXF Integration http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,13 +23,13 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml org.apache.cxf.archetype cxf-jaxws-javafirst - 2.4.9 + 2.4.10-SNAPSHOT maven-archetype Apache CXF Archetype - Simple JAX-WS Java First Modified: cxf/branches/2.4.x-fixes/maven-plugins/archetypes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/archetypes/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/archetypes/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/archetypes/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-archetypes pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Maven Archetypes Apache CXF Maven Archetypes http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../pom.xml Modified: cxf/branches/2.4.x-fixes/maven-plugins/codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/codegen-plugin/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/codegen-plugin/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/codegen-plugin/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-codegen-plugin maven-plugin - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Code Generation Maven2 Plugins Apache CXF Code Generation Maven2 Plugins http://cxf.apache.org @@ -31,7 +31,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/maven-plugins/corba/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/corba/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/corba/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/corba/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-corbatools-maven-plugin maven-plugin - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF CORBA Tools Maven2 Plugins Apache CXF CORBA Tools Maven2 Plugins http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/maven-plugins/java2ws-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/java2ws-plugin/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/java2ws-plugin/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/java2ws-plugin/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-java2ws-plugin maven-plugin - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Java2WS Maven2 Plugin Apache CXF Java2WS Maven2 Plugin http://cxf.apache.org @@ -31,7 +31,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/maven-plugins/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-maven-plugins pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Maven Plugins Apache CXF Maven Plugins http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/maven-plugins/wadl2java-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/wadl2java-plugin/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/wadl2java-plugin/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/wadl2java-plugin/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,7 +22,7 @@ org.apache.cxf cxf-wadl2java-plugin maven-plugin - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF WADL2Java Code Generation Maven2 Plugin Apache CXF WADL2Java Code Generation Maven2 Plugin http://cxf.apache.org @@ -31,7 +31,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml (original) +++ cxf/branches/2.4.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-wsdl-validator-plugin maven-plugin - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF WSDL Validator Maven2 Plugin Apache CXF WSDL Validator Maven2 Plugin http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/osgi/bundle/all/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/bundle/all/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/bundle/all/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/bundle/all/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,14 +23,14 @@ cxf-bundle bundle Apache CXF Bundle Jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Bundle Jar http://cxf.apache.org org.apache.cxf cxf-bundle-parent - 2.4.9 + 2.4.10-SNAPSHOT ${project.groupId}.bundle Modified: cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,14 +23,14 @@ cxf-bundle-jaxrs bundle Apache CXF JAX-RS Bundle Jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF JAX-RS Bundle Jar http://cxf.apache.org org.apache.cxf cxf-bundle-parent - 2.4.9 + 2.4.10-SNAPSHOT ${project.groupId}.bundle-jaxrs Modified: cxf/branches/2.4.x-fixes/osgi/bundle/minimal/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/bundle/minimal/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/bundle/minimal/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/bundle/minimal/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,14 +23,14 @@ cxf-bundle-minimal bundle Apache CXF Minimal Bundle Jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Minimal Bundle Jar http://cxf.apache.org org.apache.cxf cxf-bundle-parent - 2.4.9 + 2.4.10-SNAPSHOT ${project.groupId}.bundle-minimal Modified: cxf/branches/2.4.x-fixes/osgi/bundle/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/bundle/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/bundle/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/bundle/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,14 +23,14 @@ cxf-bundle-parent pom Apache CXF Bundle Parent - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Bundle Parent http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent Modified: cxf/branches/2.4.x-fixes/osgi/karaf/features/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/karaf/features/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/karaf/features/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/karaf/features/pom.xml Tue Aug 14 18:04:28 2012 @@ -24,7 +24,7 @@ org.apache.cxf.karaf karaf-parent - 2.4.9 + 2.4.10-SNAPSHOT org.apache.cxf.karaf Modified: cxf/branches/2.4.x-fixes/osgi/karaf/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/karaf/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/osgi/karaf/pom.xml (original) +++ cxf/branches/2.4.x-fixes/osgi/karaf/pom.xml Tue Aug 14 18:04:28 2012 @@ -23,14 +23,14 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent org.apache.cxf.karaf karaf-parent pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Karaf Parent Apache CXF Karaf Parent Modified: cxf/branches/2.4.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.4.x-fixes/parent/pom.xml Tue Aug 14 18:04:28 2012 @@ -19,13 +19,13 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT 4.0.0 org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Parent Apache CXF Parent POM http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/pom.xml (original) +++ cxf/branches/2.4.x-fixes/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ 4.0.0 org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Apache CXF is an open-source services framework that aids in the development of services using front-end programming APIs, like JAX-WS @@ -31,8 +31,8 @@ pom - scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9 - scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.9 + scm:svn:http://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes + scm:svn:https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes jira Modified: cxf/branches/2.4.x-fixes/rt/bindings/coloc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/coloc/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/coloc/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/coloc/pom.xml Tue Aug 14 18:04:28 2012 @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/corba/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/corba/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/corba/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/corba/pom.xml Tue Aug 14 18:04:28 2012 @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/http/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/http/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/http/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/http/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/jbi/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/jbi/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/jbi/pom.xml Tue Aug 14 18:04:28 2012 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/object/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/object/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/object/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/object/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-rt - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/rt/bindings/soap/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/soap/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/soap/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/soap/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/bindings/xml/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/bindings/xml/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/bindings/xml/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/bindings/xml/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/core/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/core/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/core/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/core/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-core jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Core Apache CXF Runtime Core http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/databinding/aegis/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/databinding/aegis/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/databinding/aegis/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/databinding/aegis/pom.xml Tue Aug 14 18:04:28 2012 @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/databinding/jaxb/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/databinding/jaxb/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/databinding/jaxb/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/databinding/jibx/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/databinding/jibx/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/databinding/jibx/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/databinding/jibx/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/databinding/sdo/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/databinding/sdo/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/databinding/sdo/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/databinding/sdo/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/databinding/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/databinding/xmlbeans/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/databinding/xmlbeans/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/databinding/xmlbeans/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/frontend/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/frontend/jaxrs/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/frontend/jaxrs/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/frontend/jaxrs/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-frontend-jaxrs jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime JAX-RS Frontend Apache CXF Runtime JAX-RS Frontend http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/frontend/jaxws/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/frontend/jaxws/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/frontend/jaxws/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-frontend-jaxws jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime JAX-WS Frontend Apache CXF Runtime JAX-WS Frontend http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/frontend/js/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/frontend/js/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/frontend/js/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/frontend/js/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-frontend-js jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime JavaScript Frontend Apache CXF Runtime JavaScript Frontend http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/frontend/simple/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/frontend/simple/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/frontend/simple/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/frontend/simple/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-frontend-simple jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Simple Frontend Apache CXF Runtime Simple Frontend http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/javascript/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/javascript/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/javascript/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/javascript/pom.xml Tue Aug 14 18:04:28 2012 @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/management-web/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/management-web/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/management-web/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/management-web/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-management-web jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Web Management Apache CXF Runtime Web Management http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/management/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/management/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/management/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/management/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-management jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Management Apache CXF Runtime Management http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Apache CXF Runtime http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/rt/transports/common/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/common/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/common/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/common/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-transports-common jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Transport Common Used Classes Apache CXF Runtime Transport Common Used Classes http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/transports/http-jetty/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/http-jetty/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/http-jetty/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/http-jetty/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-transports-http-jetty jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime HTTP Jetty Transport Apache CXF Runtime HTTP Jetty Transport http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/transports/http/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/http/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/http/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/http/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-transports-http jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime HTTP Transport Apache CXF Runtime HTTP Transport http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/transports/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/jbi/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/jbi/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/jbi/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-jbi jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime JBI Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-transports-jms jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime JMS Transport Apache CXF Runtime JMS Transport http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/transports/local/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/local/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/transports/local/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/transports/local/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf cxf-rt-transports-local jar - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Runtime Local Transport Apache CXF Runtime Local Transport http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/ws/addr/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/ws/addr/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/ws/addr/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/ws/addr/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/ws/policy/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/ws/policy/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/ws/policy/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/ws/policy/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/ws/rm/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/ws/rm/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/ws/rm/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/ws/rm/pom.xml Tue Aug 14 18:04:28 2012 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/rt/ws/security/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/ws/security/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/rt/ws/security/pom.xml (original) +++ cxf/branches/2.4.x-fixes/rt/ws/security/pom.xml Tue Aug 14 18:04:28 2012 @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 2.4.9 + 2.4.10-SNAPSHOT ../../../parent/pom.xml Modified: cxf/branches/2.4.x-fixes/systests/container-integration/grizzly/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/container-integration/grizzly/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/container-integration/grizzly/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/container-integration/grizzly/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,13 +22,13 @@ org.apache.cxf.systests cxf-systests-container-integration - 2.4.9 + 2.4.10-SNAPSHOT ../pom.xml org.apache.cxf.systests cxf-systests-ci-grizzly Apache CXF Container Integration Test Grizzly - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Container Integration Test Grizzly Modified: cxf/branches/2.4.x-fixes/systests/container-integration/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/container-integration/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/container-integration/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/container-integration/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-container-integration Apache CXF Container Integration System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Container Integration System Tests pom http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/container-integration/webapp/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/container-integration/webapp/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/container-integration/webapp/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/container-integration/webapp/pom.xml Tue Aug 14 18:04:28 2012 @@ -22,13 +22,13 @@ org.apache.cxf.systests cxf-systests-container-integration - 2.4.9 + 2.4.10-SNAPSHOT ../pom.xml org.apache.cxf.systests cxf-systests-ci-webapp Apache CXF Container Integration Test Webapp - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Container Integration Test Webapp war Modified: cxf/branches/2.4.x-fixes/systests/databinding/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/databinding/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/databinding/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/databinding/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-databinding Apache CXF Databinding System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Databinding System Tests http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/jaxrs/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/jaxrs/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/jaxrs/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-jaxrs Apache CXF JAX-RS System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF JAX-RS System Tests http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/jaxws/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/jaxws/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/jaxws/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-jaxws Apache CXF JAX-WS System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF JAX-WS System Tests http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,7 +21,7 @@ org.apache.cxf.systests cxf-systests pom - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF System Tests Apache CXF System Tests http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf cxf - 2.4.9 + 2.4.10-SNAPSHOT Modified: cxf/branches/2.4.x-fixes/systests/transport-jms/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/transport-jms/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/transport-jms/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/transport-jms/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-transport-jms Apache CXF Transport System Tests JMS - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Transport System Tests JMS http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/transports/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/transports/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/transports/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/transports/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-transports Apache CXF Transport System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Transport System Tests http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/uncategorized/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/uncategorized/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/uncategorized/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/uncategorized/pom.xml Tue Aug 14 18:04:28 2012 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-uncategorized Apache CXF Uncategorized System Tests - 2.4.9 + 2.4.10-SNAPSHOT Apache CXF Uncategorized System Tests http://cxf.apache.org Modified: cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml?rev=1373002&r1=1373001&r2=1373002&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml (original) +++ cxf/branches/2.4.x-fixes/systests/ws-security-examples/pom.xml Tue Aug 14 18:04:28 2012 @@ -20,7 +20,7 @@ cxf-parent org.apache.cxf - 2.4.9 + 2.4.10-SNAPSHOT ../../parent/pom.xml 4.0.0 @@ -28,7 +28,7 @@ cxf-systests-ws-security-examples Apache CXF WS-Security Interop System Tests Apache CXF WS-Security Interop System Tests - 2.4.9 + 2.4.10-SNAPSHOT http://cxf.apache.org