http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 7fd025e..945fdc2 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> <packaging>pom</packaging> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <name>Apache CXF Samples</name> <description>Apache CXF Samples</description> <url>http://cxf.apache.org</url>
http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/restful_dispatch/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/restful_dispatch/pom.xml b/distribution/src/main/release/samples/restful_dispatch/pom.xml index 6aeae99..ef0b179 100644 --- a/distribution/src/main/release/samples/restful_dispatch/pom.xml +++ b/distribution/src/main/release/samples/restful_dispatch/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -83,23 +83,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/ruby_spring_support/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ruby_spring_support/pom.xml b/distribution/src/main/release/samples/ruby_spring_support/pom.xml index 03613a1..64d066e 100644 --- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml +++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -99,18 +99,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.jruby</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/soap_header/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/soap_header/pom.xml b/distribution/src/main/release/samples/soap_header/pom.xml index 3cdece7..2773d6f 100644 --- a/distribution/src/main/release/samples/soap_header/pom.xml +++ b/distribution/src/main/release/samples/soap_header/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -114,18 +114,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/sts/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/sts/pom.xml b/distribution/src/main/release/samples/sts/pom.xml index b78489e..e2b9ce8 100644 --- a/distribution/src/main/release/samples/sts/pom.xml +++ b/distribution/src/main/release/samples/sts/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/throttling/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/throttling/pom.xml b/distribution/src/main/release/samples/throttling/pom.xml index f23f9c3..7778568 100644 --- a/distribution/src/main/release/samples/throttling/pom.xml +++ b/distribution/src/main/release/samples/throttling/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/distribution/src/main/release/samples/ws_addressing/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/ws_addressing/pom.xml b/distribution/src/main/release/samples/ws_addressing/pom.xml index 67bd805..7cd79e1 100644 --- a/distribution/src/main/release/samples/ws_addressing/pom.xml +++ b/distribution/src/main/release/samples/ws_addressing/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -118,17 +118,17 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 19da212..5def0e2 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -37,22 +37,22 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-api</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-service</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 83e5640..9d2d623 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 e7028fb..7c2c622 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -82,32 +82,32 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf.services.wsn</groupId> <artifactId>cxf-services-wsn-core</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 fd321bc..6d6a7c4 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -113,17 +113,17 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 6511937..1b367f6 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -108,23 +108,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 482a7fb..442a3db 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <properties> @@ -165,38 +165,38 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 462c918..ef0a3bf 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 5a8771c..c15f555 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <properties> @@ -154,23 +154,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 0d80ab4..6a3e4cf 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 5bc41bf..b17beb4 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -249,22 +249,22 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-management</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-metrics</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf.xjc-utils</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 8372cba..490cc52 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -112,18 +112,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 c27e8e3..535c36d 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 d66422d..9b6788f 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -114,18 +114,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 c52ee02..5706dfc 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -114,18 +114,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 bae2d80..2b0c15e 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -114,18 +114,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 a044541..3a60566 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -114,18 +114,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 a7a7389..1842fc1 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 @@ <parent> <groupId>org.apache.cxf.samples</groupId> <artifactId>cxf-samples</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -129,23 +129,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-xmlbeans</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <!-- Jetty is needed if you're using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 29f5f0f..2c03bc0 100644 --- a/integration/cdi/pom.xml +++ b/integration/cdi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/integration/jca/pom.xml ---------------------------------------------------------------------- diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml index 415b1d9..b177970 100644 --- a/integration/jca/pom.xml +++ b/integration/jca/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index 339b78f..5dd5b1d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>jca</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/integration/tracing/tracing-htrace/pom.xml ---------------------------------------------------------------------- diff --git a/integration/tracing/tracing-htrace/pom.xml b/integration/tracing/tracing-htrace/pom.xml index 24008ec..393a5dd 100644 --- a/integration/tracing/tracing-htrace/pom.xml +++ b/integration/tracing/tracing-htrace/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 e10dbcd..d23acbe 100644 --- a/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml +++ b/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 f6ee530..05398c0 100644 --- a/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml +++ b/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> <artifactId>cxf-jaxws-javafirst</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>Apache CXF Archetype - Simple JAX-WS Java First</name> <description>Creates a project for developing a Web service starting from Java code</description> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml index 4d61078..e8ab31a 100644 --- a/maven-plugins/archetypes/pom.xml +++ b/maven-plugins/archetypes/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>cxf-jaxws-javafirst</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/codegen-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml index 6e726bf..591eb82 100644 --- a/maven-plugins/codegen-plugin/pom.xml +++ b/maven-plugins/codegen-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/corba/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml index 9da6792..bf34d2c 100644 --- a/maven-plugins/corba/pom.xml +++ b/maven-plugins/corba/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/java2wadl-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml index 9abce75..a7df23b 100644 --- a/maven-plugins/java2wadl-plugin/pom.xml +++ b/maven-plugins/java2wadl-plugin/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-java2wadl-plugin</artifactId> <packaging>maven-plugin</packaging> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <name>Apache CXF Java2WADL Maven2 Plugin</name> <description>Apache CXF Java2WADL Maven2 Plugin</description> <url>http://cxf.apache.org</url> @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.manifest.location /> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/java2ws-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml index 666a129..a87cb69 100644 --- a/maven-plugins/java2ws-plugin/pom.xml +++ b/maven-plugins/java2ws-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 9d1c214..3877c62 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/maven-plugins/wadl2java-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml index 74dde73..3a54166 100644 --- a/maven-plugins/wadl2java-plugin/pom.xml +++ b/maven-plugins/wadl2java-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 bdf4453..6e476d6 100644 --- a/maven-plugins/wsdl-validator-plugin/pom.xml +++ b/maven-plugins/wsdl-validator-plugin/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-maven-plugins</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index 359a429..f7dd983 100644 --- a/osgi/bundle/compatible/pom.xml +++ b/osgi/bundle/compatible/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-bundle-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <properties> <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml index c912c4f..c45e1a9 100644 --- a/osgi/bundle/pom.xml +++ b/osgi/bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/itests-felix/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml index 894fd12..a755d2f 100644 --- a/osgi/itests-felix/pom.xml +++ b/osgi/itests-felix/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/itests/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml index 405f4d5..d8c65bb 100644 --- a/osgi/itests/pom.xml +++ b/osgi/itests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index b023f0f..7b50b79 100644 --- a/osgi/karaf/commands/pom.xml +++ b/osgi/karaf/commands/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf.karaf</groupId> <artifactId>karaf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <artifactId>cxf-karaf-commands</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml index 7a7a996..e557e6b 100644 --- a/osgi/karaf/features/pom.xml +++ b/osgi/karaf/features/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf.karaf</groupId> <artifactId>karaf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <artifactId>apache-cxf</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml index cdc0760..19f7cab 100644 --- a/osgi/karaf/pom.xml +++ b/osgi/karaf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.cxf.karaf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index 7a4abd4..c50a02b 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>bundle</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 7302611..89ba781 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 276723a..ee3a7f9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <name>Apache CXF</name> <description>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 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary</url> - <tag>cxf-3.1.5</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/coloc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml index 6b2c152..ae6ef7e 100644 --- a/rt/bindings/coloc/pom.xml +++ b/rt/bindings/coloc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/corba/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml index 006ebca..f965ebd 100644 --- a/rt/bindings/corba/pom.xml +++ b/rt/bindings/corba/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/object/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml index 7a6cde4..0c2e5e3 100644 --- a/rt/bindings/object/pom.xml +++ b/rt/bindings/object/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml index bbfd58a..f804259 100644 --- a/rt/bindings/pom.xml +++ b/rt/bindings/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>soap</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/soap/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml index c43404b..8aee7be 100644 --- a/rt/bindings/soap/pom.xml +++ b/rt/bindings/soap/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/bindings/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml index 604ca3d..806ce1a 100644 --- a/rt/bindings/xml/pom.xml +++ b/rt/bindings/xml/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/aegis/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml index fd1bfc6..d586c2b 100644 --- a/rt/databinding/aegis/pom.xml +++ b/rt/databinding/aegis/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/jaxb/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml index 0b6c70d..dd9888e 100644 --- a/rt/databinding/jaxb/pom.xml +++ b/rt/databinding/jaxb/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/jibx/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml index 773672c..b030355 100644 --- a/rt/databinding/jibx/pom.xml +++ b/rt/databinding/jibx/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/pom.xml b/rt/databinding/pom.xml index 28b8b12..d064659 100644 --- a/rt/databinding/pom.xml +++ b/rt/databinding/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>jaxb</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/sdo/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml index dea91c1..ec1dddd 100644 --- a/rt/databinding/sdo/pom.xml +++ b/rt/databinding/sdo/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/databinding/xmlbeans/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml index ce7c4f1..51b339e 100644 --- a/rt/databinding/xmlbeans/pom.xml +++ b/rt/databinding/xmlbeans/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/features/clustering/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml index 03381f8..c05669c 100644 --- a/rt/features/clustering/pom.xml +++ b/rt/features/clustering/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/features/logging/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/logging/pom.xml b/rt/features/logging/pom.xml index fe2f8a0..737d102 100644 --- a/rt/features/logging/pom.xml +++ b/rt/features/logging/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <artifactId>cxf-rt-features-logging</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/features/metrics/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/metrics/pom.xml b/rt/features/metrics/pom.xml index 3d9422f..f303647 100644 --- a/rt/features/metrics/pom.xml +++ b/rt/features/metrics/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <artifactId>cxf-rt-features-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/features/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/pom.xml b/rt/features/pom.xml index 4317d8a..8ef1c0b 100644 --- a/rt/features/pom.xml +++ b/rt/features/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>clustering</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/features/throttling/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/throttling/pom.xml b/rt/features/throttling/pom.xml index f987d02..15e6af8 100644 --- a/rt/features/throttling/pom.xml +++ b/rt/features/throttling/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <artifactId>cxf-rt-features-throttling</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/frontend/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml index 4722067..a24e289 100644 --- a/rt/frontend/jaxrs/pom.xml +++ b/rt/frontend/jaxrs/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/frontend/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index d4a4cba..a2fdc37 100644 --- a/rt/frontend/jaxws/pom.xml +++ b/rt/frontend/jaxws/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/frontend/js/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml index 54fff35..80b6957 100644 --- a/rt/frontend/js/pom.xml +++ b/rt/frontend/js/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/frontend/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/pom.xml b/rt/frontend/pom.xml index d6a0f12..0a3ee4b 100644 --- a/rt/frontend/pom.xml +++ b/rt/frontend/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>simple</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/frontend/simple/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml index c2128ea..4fd9608 100644 --- a/rt/frontend/simple/pom.xml +++ b/rt/frontend/simple/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/javascript/javascript-rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml index 35cc4ad..b515f12 100644 --- a/rt/javascript/javascript-rt/pom.xml +++ b/rt/javascript/javascript-rt/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-runtime-javascript</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/javascript/javascript-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml index 1eef4f6..ad0a387 100644 --- a/rt/javascript/javascript-tests/pom.xml +++ b/rt/javascript/javascript-tests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-runtime-javascript</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml index cbc1c0f..82674d0 100644 --- a/rt/javascript/pom.xml +++ b/rt/javascript/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/management-web/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml index b1d99c0..287b002 100644 --- a/rt/management-web/pom.xml +++ b/rt/management-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/management/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management/pom.xml b/rt/management/pom.xml index 64f0696..d1d00a5 100644 --- a/rt/management/pom.xml +++ b/rt/management/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/pom.xml b/rt/pom.xml index 9b9b645..6511f50 100644 --- a/rt/pom.xml +++ b/rt/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>wsdl</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index f0fed51..354cdc9 100644 --- a/rt/rs/client/pom.xml +++ b/rt/rs/client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/description/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml index b4ee090..cc85e7c 100644 --- a/rt/rs/description/pom.xml +++ b/rt/rs/description/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 af65060..a14a2c3 100644 --- a/rt/rs/extensions/json-basic/pom.xml +++ b/rt/rs/extensions/json-basic/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/extensions/providers/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml index f6bf574..c18bb16 100644 --- a/rt/rs/extensions/providers/pom.xml +++ b/rt/rs/extensions/providers/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 95e33e4..2450f3f 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml index 0de70a5..539c85c 100644 --- a/rt/rs/http-sci/pom.xml +++ b/rt/rs/http-sci/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/pom.xml b/rt/rs/pom.xml index 67e0d0e..cf35636 100644 --- a/rt/rs/pom.xml +++ b/rt/rs/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>client</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/security/cors/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml index 1481219..8b70c2b 100644 --- a/rt/rs/security/cors/pom.xml +++ b/rt/rs/security/cors/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 611a76f..48ef0eb 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 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 5f6bdff..a29836e 100644 --- a/rt/rs/security/jose-parent/jose/pom.xml +++ b/rt/rs/security/jose-parent/jose/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 3fbfb87..936b016 100644 --- a/rt/rs/security/jose-parent/pom.xml +++ b/rt/rs/security/jose-parent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>jose</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 8899af7..5432eea 100644 --- a/rt/rs/security/oauth-parent/oauth/pom.xml +++ b/rt/rs/security/oauth-parent/oauth/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>cxf-rt-rs-security-oauth-parent</artifactId> <groupId>org.apache.cxf</groupId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 84198af..097b0ff 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 @@ <parent> <artifactId>cxf-rt-rs-security-oauth-parent</artifactId> <groupId>org.apache.cxf</groupId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 a5f35da..9eafc49 100644 --- a/rt/rs/security/oauth-parent/oauth2/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>cxf-rt-rs-security-oauth-parent</artifactId> <groupId>org.apache.cxf</groupId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 20137a9..c1a9873 100644 --- a/rt/rs/security/oauth-parent/pom.xml +++ b/rt/rs/security/oauth-parent/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/pom.xml b/rt/rs/security/pom.xml index 878456f..6595837 100644 --- a/rt/rs/security/pom.xml +++ b/rt/rs/security/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>xml</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 3bbf81d..7830f05 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 290a0db..ebe28bb 100644 --- a/rt/rs/security/sso/saml/pom.xml +++ b/rt/rs/security/sso/saml/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/rs/security/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml index d9d9dea..e5baf28 100644 --- a/rt/rs/security/xml/pom.xml +++ b/rt/rs/security/xml/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/security-saml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security-saml/pom.xml b/rt/security-saml/pom.xml index 564a8db..23c4caa 100644 --- a/rt/security-saml/pom.xml +++ b/rt/security-saml/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security/pom.xml b/rt/security/pom.xml index a64dd45..f086c62 100644 --- a/rt/security/pom.xml +++ b/rt/security/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/http-hc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml index 8231520..660f25a 100644 --- a/rt/transports/http-hc/pom.xml +++ b/rt/transports/http-hc/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 6c03d68..33a7c8d 100644 --- a/rt/transports/http-jetty/pom.xml +++ b/rt/transports/http-jetty/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 87e11cc..0693685 100644 --- a/rt/transports/http-netty/netty-client/pom.xml +++ b/rt/transports/http-netty/netty-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/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 8e6c628..d5c8d5e 100644 --- a/rt/transports/http-netty/netty-server/pom.xml +++ b/rt/transports/http-netty/netty-server/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 3c24822..37321bc 100644 --- a/rt/transports/http/pom.xml +++ b/rt/transports/http/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 14bb860..ef645f6 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/local/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml index e0c69f9..17efecf 100644 --- a/rt/transports/local/pom.xml +++ b/rt/transports/local/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/pom.xml b/rt/transports/pom.xml index 74c3bfe..4c6d1f1 100644 --- a/rt/transports/pom.xml +++ b/rt/transports/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> </parent> <modules> <module>local</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/udp/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml index f5b4513..bd1f605 100644 --- a/rt/transports/udp/pom.xml +++ b/rt/transports/udp/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index 5fecb4d..bafbc8e 100644 --- a/rt/transports/websocket/pom.xml +++ b/rt/transports/websocket/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/fc05b9e5/rt/ws/addr/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml index 6db1864..42f10a8 100644 --- a/rt/ws/addr/pom.xml +++ b/rt/ws/addr/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.1.5</version> + <version>3.1.6-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties>
