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 7029E1873D for ; Tue, 2 Feb 2016 20:38:21 +0000 (UTC) Received: (qmail 28830 invoked by uid 500); 2 Feb 2016 20:38:21 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 28581 invoked by uid 500); 2 Feb 2016 20:38:21 -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 28305 invoked by uid 99); 2 Feb 2016 20:38:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2016 20:38:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A125CDFE60; Tue, 2 Feb 2016 20:38:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Tue, 02 Feb 2016 20:38:24 -0000 Message-Id: <9e36274e03b84d479b5bb0b105726b58@git.apache.org> In-Reply-To: <7e719c51395e43ec93a6fef01ed5da01@git.apache.org> References: <7e719c51395e43ec93a6fef01ed5da01@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/6] cxf git commit: [maven-release-plugin] prepare for next development iteration http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_discovery/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_discovery/pom.xml b/distribution/src/main/release/samples/ws_discovery/pom.xml index e415427..7a788b3 100644 --- a/distribution/src/main/release/samples/ws_discovery/pom.xml +++ b/distribution/src/main/release/samples/ws_discovery/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -38,22 +38,22 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf.services.ws-discovery cxf-services-ws-discovery-api - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf.services.ws-discovery cxf-services-ws-discovery-service - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_eventing/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_eventing/pom.xml b/distribution/src/main/release/samples/ws_eventing/pom.xml index 8127877..b6fd6d0 100644 --- a/distribution/src/main/release/samples/ws_eventing/pom.xml +++ b/distribution/src/main/release/samples/ws_eventing/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_notification/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_notification/pom.xml b/distribution/src/main/release/samples/ws_notification/pom.xml index 7ca74bf..b34e748 100644 --- a/distribution/src/main/release/samples/ws_notification/pom.xml +++ b/distribution/src/main/release/samples/ws_notification/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -93,32 +93,32 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf.services.wsn cxf-services-wsn-core - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_policy/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_policy/pom.xml b/distribution/src/main/release/samples/ws_policy/pom.xml index c648bb0..504c0a8 100644 --- a/distribution/src/main/release/samples/ws_policy/pom.xml +++ b/distribution/src/main/release/samples/ws_policy/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -121,17 +121,17 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.springframework http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_rm/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_rm/pom.xml b/distribution/src/main/release/samples/ws_rm/pom.xml index 955624e..50cc3eb 100644 --- a/distribution/src/main/release/samples/ws_rm/pom.xml +++ b/distribution/src/main/release/samples/ws_rm/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -116,23 +116,23 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 3.0.8 + 3.0.9-SNAPSHOT org.springframework http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml index 4613f86..f170611 100644 --- a/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml +++ b/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ../.. @@ -173,38 +173,38 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-rm - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-addr - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-policy - 3.0.8 + 3.0.9-SNAPSHOT org.springframework http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml index 68d9768..60fbef4 100644 --- a/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml +++ b/distribution/src/main/release/samples/ws_security/sign_enc_policy/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ../.. http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/ut/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/ut/pom.xml b/distribution/src/main/release/samples/ws_security/ut/pom.xml index 45eb38f..57f191c 100644 --- a/distribution/src/main/release/samples/ws_security/ut/pom.xml +++ b/distribution/src/main/release/samples/ws_security/ut/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ../.. @@ -162,23 +162,23 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-ws-security - 3.0.8 + 3.0.9-SNAPSHOT org.springframework http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml index 01aef3b..8963f67 100644 --- a/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml +++ b/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ../.. http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml b/distribution/src/main/release/samples/wsdl_first/pom.xml index e2e6498..af36a30 100644 --- a/distribution/src/main/release/samples/wsdl_first/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first/pom.xml @@ -26,7 +26,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -227,12 +227,12 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf.xjc-utils http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml index 413ee5d..e3d1e32 100644 --- a/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -120,18 +120,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT com.sun.xml.bind http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_https/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_https/pom.xml b/distribution/src/main/release/samples/wsdl_first_https/pom.xml index 536f930..8b9565b 100644 --- a/distribution/src/main/release/samples/wsdl_first_https/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_https/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${basedir}/src/main/config/hello_world.wsdl http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml index 62db545..e322ede 100644 --- a/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml index 39e5dca..50ff402 100644 --- a/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml index a5f135c..427902e 100644 --- a/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml index 5ab35fa..8e36782 100644 --- a/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -122,18 +122,18 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml index 4ec12c6..bd0210e 100644 --- a/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml +++ b/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml @@ -25,7 +25,7 @@ org.apache.cxf.samples cxf-samples - 3.0.8 + 3.0.9-SNAPSHOT ${project.version} @@ -137,23 +137,23 @@ org.apache.cxf cxf-rt-frontend-jaxws - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-databinding-xmlbeans - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http - 3.0.8 + 3.0.9-SNAPSHOT org.apache.cxf cxf-rt-transports-http-jetty - 3.0.8 + 3.0.9-SNAPSHOT org.springframework http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index ab86588..46b004b 100644 --- a/integration/cdi/pom.xml +++ b/integration/cdi/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/jca/pom.xml ---------------------------------------------------------------------- diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml index 005a3f9..c465e6c 100644 --- a/integration/jca/pom.xml +++ b/integration/jca/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index 6b6c215..c4c789e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf - 3.0.8 + 3.0.9-SNAPSHOT jca http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml index b3266a3..075dc40 100644 --- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml +++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml org.apache.cxf.archetype http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml index 3540eff..bdf7bd9 100644 --- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml +++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml @@ -22,12 +22,12 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml org.apache.cxf.archetype cxf-jaxws-javafirst - 3.0.8 + 3.0.9-SNAPSHOT maven-archetype Apache CXF Archetype - Simple JAX-WS Java First Creates a project for developing a Web service starting from Java code http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml index ce23970..38251e5 100644 --- a/maven-plugins/archetypes/pom.xml +++ b/maven-plugins/archetypes/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT cxf-jaxws-javafirst http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/codegen-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml index 4f9ea16..370e22c 100644 --- a/maven-plugins/codegen-plugin/pom.xml +++ b/maven-plugins/codegen-plugin/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/corba/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml index ba53432..e7684a4 100644 --- a/maven-plugins/corba/pom.xml +++ b/maven-plugins/corba/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/java2wadl-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml index f04e06f..d2eff84 100644 --- a/maven-plugins/java2wadl-plugin/pom.xml +++ b/maven-plugins/java2wadl-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf cxf-java2wadl-plugin maven-plugin - 3.0.8 + 3.0.9-SNAPSHOT Apache CXF Java2WADL Maven2 Plugin Apache CXF Java2WADL Maven2 Plugin http://cxf.apache.org @@ -31,7 +31,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/java2ws-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml index 3f7d361..b49a367 100644 --- a/maven-plugins/java2ws-plugin/pom.xml +++ b/maven-plugins/java2ws-plugin/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index ff04e88..d409e8f 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../parent http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/wadl2java-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml index 9e05868..512ca82 100644 --- a/maven-plugins/wadl2java-plugin/pom.xml +++ b/maven-plugins/wadl2java-plugin/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/maven-plugins/wsdl-validator-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml b/maven-plugins/wsdl-validator-plugin/pom.xml index 4264139..18e76dd 100644 --- a/maven-plugins/wsdl-validator-plugin/pom.xml +++ b/maven-plugins/wsdl-validator-plugin/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-maven-plugins - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index 9940920..4872f9b 100644 --- a/osgi/bundle/compatible/pom.xml +++ b/osgi/bundle/compatible/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-bundle-parent - 3.0.8 + 3.0.9-SNAPSHOT ${project.groupId}.bundle http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml index 812271a..b6e1b22 100644 --- a/osgi/bundle/pom.xml +++ b/osgi/bundle/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/itests-felix/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml index 15aaa46..bf802bc 100644 --- a/osgi/itests-felix/pom.xml +++ b/osgi/itests-felix/pom.xml @@ -21,7 +21,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml org.apache.cxf.osgi.itests http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/itests/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml index 6d337f4..7f5f6cb 100644 --- a/osgi/itests/pom.xml +++ b/osgi/itests/pom.xml @@ -21,7 +21,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml org.apache.cxf.osgi.itests http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index 53204c6..91dd6d6 100644 --- a/osgi/karaf/commands/pom.xml +++ b/osgi/karaf/commands/pom.xml @@ -21,7 +21,7 @@ org.apache.cxf.karaf karaf-parent - 3.0.8 + 3.0.9-SNAPSHOT cxf-karaf-commands bundle http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml index 9a17b43..6b92322 100644 --- a/osgi/karaf/features/pom.xml +++ b/osgi/karaf/features/pom.xml @@ -21,7 +21,7 @@ org.apache.cxf.karaf karaf-parent - 3.0.8 + 3.0.9-SNAPSHOT apache-cxf pom http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml index aff9923..9272d30 100644 --- a/osgi/karaf/pom.xml +++ b/osgi/karaf/pom.xml @@ -21,7 +21,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent org.apache.cxf.karaf http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index 571b089..3bc13ee 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf - 3.0.8 + 3.0.9-SNAPSHOT bundle http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d2722c8..376e58d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -20,7 +20,7 @@ org.apache.cxf cxf - 3.0.8 + 3.0.9-SNAPSHOT 4.0.0 cxf-parent http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c70da68..756cf9a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.apache.cxf cxf - 3.0.8 + 3.0.9-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 @@ -32,7 +32,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary - cxf-3.0.8 + HEAD jira http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/coloc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml index 2fa6e67..3dc1565 100644 --- a/rt/bindings/coloc/pom.xml +++ b/rt/bindings/coloc/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/corba/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml index b29859e..760546b 100644 --- a/rt/bindings/corba/pom.xml +++ b/rt/bindings/corba/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/object/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml index 17466ae..e02b03e 100644 --- a/rt/bindings/object/pom.xml +++ b/rt/bindings/object/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml index bf3cae2..e40a448 100644 --- a/rt/bindings/pom.xml +++ b/rt/bindings/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-rt - 3.0.8 + 3.0.9-SNAPSHOT soap http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/soap/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml index 86e7e31..e669267 100644 --- a/rt/bindings/soap/pom.xml +++ b/rt/bindings/soap/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/bindings/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml index df69873..82d5694 100644 --- a/rt/bindings/xml/pom.xml +++ b/rt/bindings/xml/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/aegis/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml index 12b1b06..2e504e9 100644 --- a/rt/databinding/aegis/pom.xml +++ b/rt/databinding/aegis/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/jaxb/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml index 38161b3..f6849cd 100644 --- a/rt/databinding/jaxb/pom.xml +++ b/rt/databinding/jaxb/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/jibx/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml index 63eff95..2464cd9 100644 --- a/rt/databinding/jibx/pom.xml +++ b/rt/databinding/jibx/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/sdo/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml index 213d4de..db8c05c 100644 --- a/rt/databinding/sdo/pom.xml +++ b/rt/databinding/sdo/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/databinding/xmlbeans/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml index e44d97a..cdd38a5 100644 --- a/rt/databinding/xmlbeans/pom.xml +++ b/rt/databinding/xmlbeans/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/features/clustering/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml index 74640fe..577b36a 100644 --- a/rt/features/clustering/pom.xml +++ b/rt/features/clustering/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml index c9218e1..282bc9f 100644 --- a/rt/frontend/jaxrs/pom.xml +++ b/rt/frontend/jaxrs/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index f2b27c1..3a0cf64 100644 --- a/rt/frontend/jaxws/pom.xml +++ b/rt/frontend/jaxws/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/js/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml index ddbce4d..8ce1231 100644 --- a/rt/frontend/js/pom.xml +++ b/rt/frontend/js/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/frontend/simple/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml index fe45fcd..b5f39fc 100644 --- a/rt/frontend/simple/pom.xml +++ b/rt/frontend/simple/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/javascript-rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml index 1a22205..b587229 100644 --- a/rt/javascript/javascript-rt/pom.xml +++ b/rt/javascript/javascript-rt/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-runtime-javascript - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/javascript-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml index 07c6634..90c8c50 100644 --- a/rt/javascript/javascript-tests/pom.xml +++ b/rt/javascript/javascript-tests/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-runtime-javascript - 3.0.8 + 3.0.9-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml index 56cb4fe..595102c 100644 --- a/rt/javascript/pom.xml +++ b/rt/javascript/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/management-web/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml index 1d5a269..4c57396 100644 --- a/rt/management-web/pom.xml +++ b/rt/management-web/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/management/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management/pom.xml b/rt/management/pom.xml index 2aab643..6aa3982 100644 --- a/rt/management/pom.xml +++ b/rt/management/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/pom.xml b/rt/pom.xml index 760d658..5ae8d5d 100644 --- a/rt/pom.xml +++ b/rt/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf - 3.0.8 + 3.0.9-SNAPSHOT wsdl http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index 01cb946..4c29c7f 100644 --- a/rt/rs/client/pom.xml +++ b/rt/rs/client/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/description/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml index 920de0b..c1eb3f3 100644 --- a/rt/rs/description/pom.xml +++ b/rt/rs/description/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/json-basic/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/json-basic/pom.xml b/rt/rs/extensions/json-basic/pom.xml index 23c4210..b14a718 100644 --- a/rt/rs/extensions/json-basic/pom.xml +++ b/rt/rs/extensions/json-basic/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/providers/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml index 7d0318f..b5be1f6 100644 --- a/rt/rs/extensions/providers/pom.xml +++ b/rt/rs/extensions/providers/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 4f07577..7dc15f4 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml index 16840b5..6c1e7df 100644 --- a/rt/rs/http-sci/pom.xml +++ b/rt/rs/http-sci/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/cors/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml index 05a06e7..146e291 100644 --- a/rt/rs/security/cors/pom.xml +++ b/rt/rs/security/cors/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/jose-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml index 8b8f431..3a50711 100644 --- a/rt/rs/security/jose-parent/jose-jaxrs/pom.xml +++ b/rt/rs/security/jose-parent/jose-jaxrs/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/jose/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/jose-parent/jose/pom.xml b/rt/rs/security/jose-parent/jose/pom.xml index bb528b4..bcd4d5e 100644 --- a/rt/rs/security/jose-parent/jose/pom.xml +++ b/rt/rs/security/jose-parent/jose/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/jose-parent/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/jose-parent/pom.xml b/rt/rs/security/jose-parent/pom.xml index 1828f7e..8fb2bda 100644 --- a/rt/rs/security/jose-parent/pom.xml +++ b/rt/rs/security/jose-parent/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth/pom.xml b/rt/rs/security/oauth-parent/oauth/pom.xml index 09765f4..173b2d5 100644 --- a/rt/rs/security/oauth-parent/oauth/pom.xml +++ b/rt/rs/security/oauth-parent/oauth/pom.xml @@ -27,7 +27,7 @@ cxf-rt-rs-security-oauth-parent org.apache.cxf - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth2-saml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml index 0b02c90..2c48361 100644 --- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml @@ -27,7 +27,7 @@ cxf-rt-rs-security-oauth-parent org.apache.cxf - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/oauth2/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml index 7f09879..7c9f327 100644 --- a/rt/rs/security/oauth-parent/oauth2/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2/pom.xml @@ -27,7 +27,7 @@ cxf-rt-rs-security-oauth-parent org.apache.cxf - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/oauth-parent/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/pom.xml b/rt/rs/security/oauth-parent/pom.xml index b7d151a..3580fed 100644 --- a/rt/rs/security/oauth-parent/pom.xml +++ b/rt/rs/security/oauth-parent/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/sso/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml index e82d15d..1f7997b 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/sso/saml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/sso/saml/pom.xml b/rt/rs/security/sso/saml/pom.xml index e5fd8ad..d9189a2 100644 --- a/rt/rs/security/sso/saml/pom.xml +++ b/rt/rs/security/sso/saml/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/rs/security/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml index 0cf2ae9..3f6107f 100644 --- a/rt/rs/security/xml/pom.xml +++ b/rt/rs/security/xml/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security/pom.xml b/rt/security/pom.xml index 631a927..ab9c9b3 100644 --- a/rt/security/pom.xml +++ b/rt/security/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-hc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml index 1d421bf..674bc79 100644 --- a/rt/transports/http-hc/pom.xml +++ b/rt/transports/http-hc/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 1244839..1d631cf 100644 --- a/rt/transports/http-jetty/pom.xml +++ b/rt/transports/http-jetty/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-netty/netty-client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-netty/netty-client/pom.xml b/rt/transports/http-netty/netty-client/pom.xml index be6eb96..d9162d4 100644 --- a/rt/transports/http-netty/netty-client/pom.xml +++ b/rt/transports/http-netty/netty-client/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http-netty/netty-server/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-netty/netty-server/pom.xml b/rt/transports/http-netty/netty-server/pom.xml index 3078abc..004acdb 100644 --- a/rt/transports/http-netty/netty-server/pom.xml +++ b/rt/transports/http-netty/netty-server/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 4638e25..52b4878 100644 --- a/rt/transports/http/pom.xml +++ b/rt/transports/http/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index eb43f1e..53e98a9 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -19,7 +19,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/local/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml index 098ed03..5667714 100644 --- a/rt/transports/local/pom.xml +++ b/rt/transports/local/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/udp/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml index ffd8884..366ede0 100644 --- a/rt/transports/udp/pom.xml +++ b/rt/transports/udp/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index 456274a..d184d9a 100644 --- a/rt/transports/websocket/pom.xml +++ b/rt/transports/websocket/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/addr/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml index 9e8f2ed..74959af 100644 --- a/rt/ws/addr/pom.xml +++ b/rt/ws/addr/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/eventing/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml index a7248a2..523add9 100644 --- a/rt/ws/eventing/pom.xml +++ b/rt/ws/eventing/pom.xml @@ -9,7 +9,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/mex/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml index 0b95c9c..2c691c7 100644 --- a/rt/ws/mex/pom.xml +++ b/rt/ws/mex/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/policy/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml index 24a49a9..0bcf77c 100644 --- a/rt/ws/policy/pom.xml +++ b/rt/ws/policy/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/rm/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml index c04bfd6..82a7146 100644 --- a/rt/ws/rm/pom.xml +++ b/rt/ws/rm/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/ws/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml index b4767ab..fad4306 100644 --- a/rt/ws/security/pom.xml +++ b/rt/ws/security/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/rt/wsdl/pom.xml ---------------------------------------------------------------------- diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml index f6b9bfe..501d86f 100644 --- a/rt/wsdl/pom.xml +++ b/rt/wsdl/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index d7db448..f4ce9d8 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf ../pom.xml - 3.0.8 + 3.0.9-SNAPSHOT sts http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index d22e38e..9d1b519 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.services cxf-services - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/sts-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml index aba77b1..72d1ac6 100644 --- a/services/sts/sts-core/pom.xml +++ b/services/sts/sts-core/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/sts-war/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml index 7eb3442..894e8f4 100644 --- a/services/sts/sts-war/pom.xml +++ b/services/sts/sts-war/pom.xml @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/advanced/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml index dca6ddf..3a2f84b 100644 --- a/services/sts/systests/advanced/pom.xml +++ b/services/sts/systests/advanced/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/basic/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml index c9aae44..d3cfd47 100644 --- a/services/sts/systests/basic/pom.xml +++ b/services/sts/systests/basic/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml index 386dc18..64ef474 100644 --- a/services/sts/systests/pom.xml +++ b/services/sts/systests/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.services.sts cxf-services-sts - 3.0.8 + 3.0.9-SNAPSHOT basic http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-features/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/sts-features/pom.xml b/services/sts/systests/sts-features/pom.xml index 2e0a83c..7411fa6 100644 --- a/services/sts/systests/sts-features/pom.xml +++ b/services/sts/systests/sts-features/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-itests/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml index c1ea488..9128d69 100644 --- a/services/sts/systests/sts-itests/pom.xml +++ b/services/sts/systests/sts-itests/pom.xml @@ -26,7 +26,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/sts/systests/sts-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/sts-osgi/pom.xml b/services/sts/systests/sts-osgi/pom.xml index 73342c0..35447ed 100644 --- a/services/sts/systests/sts-osgi/pom.xml +++ b/services/sts/systests/sts-osgi/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml index 78f726d..5ff70d1 100644 --- a/services/ws-discovery/pom.xml +++ b/services/ws-discovery/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.services cxf-services - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/ws-discovery-api/pom.xml ---------------------------------------------------------------------- diff --git a/services/ws-discovery/ws-discovery-api/pom.xml b/services/ws-discovery/ws-discovery-api/pom.xml index 40cbd6d..200ee1a 100644 --- a/services/ws-discovery/ws-discovery-api/pom.xml +++ b/services/ws-discovery/ws-discovery-api/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/ws-discovery/ws-discovery-service/pom.xml ---------------------------------------------------------------------- diff --git a/services/ws-discovery/ws-discovery-service/pom.xml b/services/ws-discovery/ws-discovery-service/pom.xml index a4e6151..8beda6a 100644 --- a/services/ws-discovery/ws-discovery-service/pom.xml +++ b/services/ws-discovery/ws-discovery-service/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml index 3474f47..0044076 100644 --- a/services/wsn/pom.xml +++ b/services/wsn/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf.services cxf-services - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-api/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml index df1c3a4..7daeefe 100644 --- a/services/wsn/wsn-api/pom.xml +++ b/services/wsn/wsn-api/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml index 538b7e4..d7ca93a 100644 --- a/services/wsn/wsn-core/pom.xml +++ b/services/wsn/wsn-core/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/wsn/wsn-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml index 1672eb5..4b2d036 100644 --- a/services/wsn/wsn-osgi/pom.xml +++ b/services/wsn/wsn-osgi/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml index d044d13..ca41075 100644 --- a/services/xkms/pom.xml +++ b/services/xkms/pom.xml @@ -28,7 +28,7 @@ org.apache.cxf.services cxf-services - 3.0.8 + 3.0.9-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-client/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml index 341d726..d840edb 100644 --- a/services/xkms/xkms-client/pom.xml +++ b/services/xkms/xkms-client/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml http://git-wip-us.apache.org/repos/asf/cxf/blob/6649ac50/services/xkms/xkms-common/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml index d739b50..fc4220c 100644 --- a/services/xkms/xkms-common/pom.xml +++ b/services/xkms/xkms-common/pom.xml @@ -27,7 +27,7 @@ org.apache.cxf cxf-parent - 3.0.8 + 3.0.9-SNAPSHOT ../../../parent/pom.xml