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 E3CB676B8 for ; Thu, 11 Aug 2011 02:42:31 +0000 (UTC) Received: (qmail 14027 invoked by uid 500); 11 Aug 2011 02:42:30 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 13981 invoked by uid 500); 11 Aug 2011 02:42:29 -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 13974 invoked by uid 99); 11 Aug 2011 02:42:28 -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 02:42:28 +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 02:42:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6EC832388A56 for ; Thu, 11 Aug 2011 02:41:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1156452 [2/3] - in /cxf/branches/2.3.x-fixes: ./ api/ common/ common/common/ common/schemas/ common/wstx-msv-validation/ common/xerces-xsd-validation/ distribution/ distribution/bundle/ distribution/bundle/all/ distribution/bundle/jaxrs/ d... Date: Thu, 11 Aug 2011 02:41:49 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110811024156.6EC832388A56@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wssec_ut CXF WS-Security UT Demo - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ../.. @@ -135,43 +135,43 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-rm - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-security - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-addr - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-policy - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-common-utilities - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wssec_ut_policy WS-Security UT Policy Demo - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ../.. @@ -175,29 +175,29 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-security - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-policy - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wssec_ut_sign WS-Security UT Sign Demo - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ../.. @@ -129,43 +129,43 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-rm - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-security - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-addr - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-ws-policy - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-common-utilities - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,12 +22,12 @@ wsdl_first war WSDL first demo using Document/Literal Style - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ${project.version} @@ -160,18 +160,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 junit Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_dynamic_client CXF Dynamic Client Sample - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ${project.version} @@ -137,18 +137,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 com.sun.xml.bind Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_https/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_https WSDL first demo using HTTPS - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 @@ -229,17 +229,17 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_pure_xml WSDL first demo using BARE Style in XML Binding (pure XML over HTTP) - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_rpclit WSDL first demo using RPC-Literal Style - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 @@ -124,18 +124,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_soap12 WSDL first demo using SOAP12 in Document/Literal Style - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ${project.version} @@ -148,18 +148,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_xml_wrapped CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP) - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 @@ -149,18 +149,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml (original) +++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,12 +21,12 @@ org.apache.cxf.samples wsdl_first_xmlbeans WSDL first demo using Document/Literal Style and XMLBeans DataBinding - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf.samples cxf-samples - 2.3.6-SNAPSHOT + 2.3.6 ${project.version} @@ -134,23 +134,23 @@ org.apache.cxf cxf-rt-frontend-jaxws - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-databinding-xmlbeans - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http - 2.3.6-SNAPSHOT + 2.3.6 org.apache.cxf cxf-rt-transports-http-jetty - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/integration/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/jbi/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/integration/jbi/pom.xml (original) +++ cxf/branches/2.3.x-fixes/integration/jbi/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-integration-jbi jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF JBI Integration http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/integration/jca/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/jca/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/integration/jca/pom.xml (original) +++ cxf/branches/2.3.x-fixes/integration/jca/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,14 +22,14 @@ org.apache.cxf cxf-integration-jca jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF JCA Connection http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/integration/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/integration/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/integration/pom.xml (original) +++ cxf/branches/2.3.x-fixes/integration/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-integration pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Integration http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml 4.0.0 org.apache.cxf.archetype cxf-jaxws-javafirst Apache CXF Archetype - Simple JAX-WS Java First - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org true Modified: cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/archetypes/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,14 +22,14 @@ org.apache.cxf cxf-archetypes pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Maven Archetypes http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../pom.xml Modified: cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/codegen-plugin/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,7 +22,7 @@ org.apache.cxf cxf-codegen-plugin maven-plugin - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Code Generation Maven2 Plugins http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/corba/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,14 +22,14 @@ org.apache.cxf cxf-corbatools-maven-plugin maven-plugin - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF CORBA Tools Maven2 Plugins http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/java2ws-plugin/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,7 +22,7 @@ org.apache.cxf cxf-java2ws-plugin maven-plugin - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Java2WS Maven2 Plugin http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/maven-plugins/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-maven-plugins pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Maven Plugins http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml (original) +++ cxf/branches/2.3.x-fixes/maven-plugins/wsdl-validator-plugin/pom.xml Thu Aug 11 02:41:46 2011 @@ -3,7 +3,7 @@ org.apache.cxf cxf-wsdl-validator-plugin maven-plugin - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF WSDL Validator Maven2 Plugin http://cxf.apache.org @@ -11,7 +11,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/parent/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.3.x-fixes/parent/pom.xml Thu Aug 11 02:41:46 2011 @@ -20,13 +20,13 @@ org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 4.0.0 org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Parent http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/pom.xml (original) +++ cxf/branches/2.3.x-fixes/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,7 +21,7 @@ 4.0.0 org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 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/branches/2.3.x-fixes - scm:svn:https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes + scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.3.6 + scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.3.6 jira Modified: cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/coloc/pom.xml Thu Aug 11 02:41:46 2011 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/corba/pom.xml Thu Aug 11 02:41:46 2011 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/http/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/jbi/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/object/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-rt - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/soap/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/bindings/xml/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/core/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/core/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/core/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-core jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Core http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/databinding/aegis/pom.xml Thu Aug 11 02:41:46 2011 @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/databinding/jaxb/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/databinding/sdo/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/databinding/xmlbeans/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/frontend/jaxrs/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-frontend-jaxrs jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime JAX-RS Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-frontend-jaxws jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime JAX-WS Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/frontend/js/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-frontend-js jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime JavaScript Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/frontend/simple/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-frontend-simple jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Simple Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/javascript/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/javascript/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/javascript/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/javascript/pom.xml Thu Aug 11 02:41:46 2011 @@ -9,7 +9,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/management-web/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/management-web/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/management-web/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/management-web/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-management-web jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Web Management http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/management/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/management/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/management/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/management/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-management jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Management http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/testsupport/pom.xml Thu Aug 11 02:41:46 2011 @@ -3,14 +3,14 @@ org.apache.cxf cxf-rt-testsupport jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Test Case Support http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/common/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-common jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Transport Common Used Classes http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/http-jetty/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-http-jetty jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime HTTP Jetty Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/http-osgi/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-http-osgi bundle - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF HTTP Transport for OSGi http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/http/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-http jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime HTTP Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/jbi/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-jbi jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime JBI Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/jms/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-jms jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime JMS Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/transports/local/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-rt-transports-local jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Runtime Local Transport http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/ws/addr/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/ws/policy/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/ws/rm/pom.xml Thu Aug 11 02:41:46 2011 @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml (original) +++ cxf/branches/2.3.x-fixes/rt/ws/security/pom.xml Thu Aug 11 02:41:46 2011 @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/container-integration/grizzly/pom.xml Thu Aug 11 02:41:46 2011 @@ -4,13 +4,13 @@ org.apache.cxf.systests cxf-systests-container-integration - 2.3.6-SNAPSHOT + 2.3.6 ../pom.xml org.apache.cxf.systests cxf-systests-ci-grizzly Apache CXF Container Integration Test Grizzly - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/container-integration/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-container-integration Apache CXF Container Integration System Tests - 2.3.6-SNAPSHOT + 2.3.6 pom http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/container-integration/webapp/pom.xml Thu Aug 11 02:41:46 2011 @@ -4,13 +4,13 @@ org.apache.cxf.systests cxf-systests-container-integration - 2.3.6-SNAPSHOT + 2.3.6 ../pom.xml org.apache.cxf.systests cxf-systests-ci-webapp Apache CXF Container Integration Test Webapp - 2.3.6-SNAPSHOT + 2.3.6 war Modified: cxf/branches/2.3.x-fixes/systests/databinding/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/databinding/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/databinding/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/databinding/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-databinding Apache CXF Databinding System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/jaxrs/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-jaxrs Apache CXF JAX-RS System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/jaxws/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-jaxws Apache CXF JAX-WS System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf.systests cxf-systests pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF System Tests http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/systests/transports/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/transports/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/transports/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/transports/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-transports Apache CXF Transport System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/uncategorized/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-uncategorized Apache CXF Uncategorized System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/ws-specs/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ cxf-parent org.apache.cxf - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml 4.0.0 org.apache.cxf.systests cxf-systests-ws-specs Apache CXF WS-* Specifications System Tests - 2.3.6-SNAPSHOT + 2.3.6 http://cxf.apache.org Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/codegen/pom.xml Thu Aug 11 02:41:46 2011 @@ -20,12 +20,12 @@ 4.0.0 org.apache.cxf.systests.wsdl_maven cxf-systests-codegen - 2.3.6-SNAPSHOT + 2.3.6 Test for generating code from wsdl in repo org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/java2ws/pom.xml Thu Aug 11 02:41:46 2011 @@ -20,12 +20,12 @@ 4.0.0 org.apache.cxf.systests.wsdl_maven cxf-systests-java2ws - 2.3.6-SNAPSHOT + 2.3.6 Test for writing wsdl to repo org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml (original) +++ cxf/branches/2.3.x-fixes/systests/wsdl_maven/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf.systests cxf-wsdl-maven pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF System Tests for Maven Plugins http://cxf.apache.org org.apache.cxf.systests cxf-systests - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/testutils/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/testutils/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/testutils/pom.xml (original) +++ cxf/branches/2.3.x-fixes/testutils/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-testutils jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Test Utilities http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/common/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/common/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/common/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/common/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-common jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools Common http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/corba/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/corba/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/corba/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/corba/pom.xml Thu Aug 11 02:41:46 2011 @@ -22,14 +22,14 @@ org.apache.cxf cxf-tools-corba jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools CORBA http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/javato/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/javato/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/javato/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/javato/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-javato pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools JavaTo http://cxf.apache.org org.apache.cxf cxf-tools - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/javato/ws/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-java2ws jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools JavaTo WS http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools http://cxf.apache.org org.apache.cxf cxf - 2.3.6-SNAPSHOT + 2.3.6 Modified: cxf/branches/2.3.x-fixes/tools/validator/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/validator/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/validator/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/validator/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-validator jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools Validator http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/core/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-core jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDLTo Core http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/databinding/jaxb/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-databinding-jaxb jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDLTo JAXB Databinding http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/javascript/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-javascript jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDL to JavaScript Front End http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/frontend/jaxws/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto-frontend-jaxws jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDLTo JAXWS Frontend http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/misc/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-misctools jar - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDLTo Misctools http://cxf.apache.org org.apache.cxf cxf-parent - 2.3.6-SNAPSHOT + 2.3.6 ../../../parent/pom.xml Modified: cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml?rev=1156452&r1=1156451&r2=1156452&view=diff ============================================================================== --- cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml (original) +++ cxf/branches/2.3.x-fixes/tools/wsdlto/pom.xml Thu Aug 11 02:41:46 2011 @@ -21,14 +21,14 @@ org.apache.cxf cxf-tools-wsdlto pom - 2.3.6-SNAPSHOT + 2.3.6 Apache CXF Command Line Tools WSDLTo http://cxf.apache.org org.apache.cxf cxf-tools - 2.3.6-SNAPSHOT + 2.3.6