http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 d6105cf..e415427 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -38,22 +38,22 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-api</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-service</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> <build>
http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 f3fc754..8127877 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 eef9b60..7ca74bf 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -93,32 +93,32 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf.services.wsn</groupId> <artifactId>cxf-services-wsn-core</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 25a0536..c648bb0 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -121,17 +121,17 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 247b956..955624e 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -116,23 +116,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 1d32134..4613f86 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../..</relativePath> </parent> <properties> @@ -173,38 +173,38 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 1e8f08d..68d9768 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 bf7fc07..45eb38f 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../..</relativePath> </parent> <properties> @@ -162,23 +162,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 31e8cee..01aef3b 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 58fad62..e2e6498 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -227,12 +227,12 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf.xjc-utils</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 070958e..413ee5d 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -120,18 +120,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 42b5920..536f930 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 423a333..62db545 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -122,18 +122,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 1cac075..39e5dca 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -122,18 +122,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 706b291..a5f135c 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -122,18 +122,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 5830f7b..5ab35fa 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -122,18 +122,18 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 cb05ab6..4ec12c6 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.version>${project.version}</cxf.version> @@ -137,23 +137,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-xmlbeans</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 6b20ed7..ab86588 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/jca/pom.xml ---------------------------------------------------------------------- diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml index 756283e..005a3f9 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index d9accab..6b6c215 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>jca</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 20752ef..b3266a3 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 1e76f54..3540eff 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> <artifactId>cxf-jaxws-javafirst</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</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/1b8726dd/maven-plugins/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml index 685fa2d..ce23970 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>cxf-jaxws-javafirst</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/codegen-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml index 7f8b26d..4f9ea16 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/corba/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml index b291616..ba53432 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/java2wadl-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml index dfe2729..f04e06f 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.0.8-SNAPSHOT</version> + <version>3.0.8</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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.manifest.location /> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/java2ws-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml index da70a89..3f7d361 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index d97a605..ff04e88 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../parent</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/maven-plugins/wadl2java-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml index d7587f5..9e05868 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 ca66f9c..4264139 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index a7ee85d..9940920 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <properties> <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml index c2d3421..812271a 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/itests-felix/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml index 62f8d6c..15aaa46 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/itests/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml index 5368130..6d337f4 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index 4e9fec2..53204c6 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <artifactId>cxf-karaf-commands</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml index 2013fc2..9a17b43 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <artifactId>apache-cxf</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml index 0398f05..aff9923 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.cxf.karaf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index c67af80..571b089 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>bundle</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e581f9f..d2722c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 45fdfa6..c70da68 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.0.8-SNAPSHOT</version> + <version>3.0.8</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>HEAD</tag> + <tag>cxf-3.0.8</tag> </scm> <issueManagement> <system>jira</system> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/coloc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml index fd36850..2fa6e67 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/corba/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml index 61b84b2..b29859e 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/object/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml index ef637ab..17466ae 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml index 994c520..bf3cae2 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>soap</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/soap/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml index 579b800..86e7e31 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/bindings/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml index 4be35f1..df69873 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/aegis/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml index de05f07..12b1b06 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/jaxb/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml index cc7f363..38161b3 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/jibx/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml index 91d6cdd..63eff95 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/sdo/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml index 8379b80..213d4de 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/databinding/xmlbeans/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml index 189b867..e44d97a 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/features/clustering/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml index 661c3be..74640fe 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml index 52f295a..c9218e1 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index 630f6a9..f2b27c1 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/js/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml index 747470c..ddbce4d 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/frontend/simple/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml index 69ed372..fe45fcd 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/javascript-rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml index 992cb91..1a22205 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/javascript-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml index 80dd340..07c6634 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml index ce6716a..56cb4fe 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/management-web/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml index 11c36f0..1d5a269 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/management/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management/pom.xml b/rt/management/pom.xml index 58cfb4c..2aab643 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/pom.xml b/rt/pom.xml index ff5d92f..760d658 100644 --- a/rt/pom.xml +++ b/rt/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>wsdl</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index 4471572..01cb946 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/description/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml index cb09d84..920de0b 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 40ed12f..23c4210 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/extensions/providers/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml index 350e92e..7d0318f 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 95dd644..4f07577 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml index 0e15ef6..16840b5 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/cors/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml index 8d94be2..05a06e7 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 3ea4f93..8b8f431 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 bd27b99..bb528b4 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 5c6d3e9..1828f7e 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-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 a9b61ed..09765f4 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 66b0a7c..0b02c90 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 8118949..7f09879 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 7da09ee..b7d151a 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 f855025..e82d15d 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 db41447..e5fd8ad 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/rs/security/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml index 6a51e14..0cf2ae9 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security/pom.xml b/rt/security/pom.xml index aebb0c3..631a927 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-hc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml index e53b363..1d421bf 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 672b800..1244839 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 77fd9a4..be6eb96 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 469a608..3078abc 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 3caf89e..4638e25 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 2258a52..eb43f1e 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/local/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml index fab483b..098ed03 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/udp/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml index f52cd39..ffd8884 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index 433b30d..456274a 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/addr/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml index 7dda038..9e8f2ed 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.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/eventing/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml index f94d9c4..a7248a2 100644 --- a/rt/ws/eventing/pom.xml +++ b/rt/ws/eventing/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/mex/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml index 2c5c251..0b95c9c 100644 --- a/rt/ws/mex/pom.xml +++ b/rt/ws/mex/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/policy/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml index a947f5d..24a49a9 100644 --- a/rt/ws/policy/pom.xml +++ b/rt/ws/policy/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/rm/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml index 6d4f36c..c04bfd6 100644 --- a/rt/ws/rm/pom.xml +++ b/rt/ws/rm/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/ws/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml index 85790ed..b4767ab 100644 --- a/rt/ws/security/pom.xml +++ b/rt/ws/security/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/rt/wsdl/pom.xml ---------------------------------------------------------------------- diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml index c35f0ad..f6b9bfe 100644 --- a/rt/wsdl/pom.xml +++ b/rt/wsdl/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index cd8854b..d7db448 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> <relativePath>../pom.xml</relativePath> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>sts</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 9e0cf5f..d22e38e 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.services</groupId> <artifactId>cxf-services</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/sts-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml index e0fba2d..aba77b1 100644 --- a/services/sts/sts-core/pom.xml +++ b/services/sts/sts-core/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/sts-war/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml index a61a871..7eb3442 100644 --- a/services/sts/sts-war/pom.xml +++ b/services/sts/sts-war/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/advanced/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml index 94cc171..dca6ddf 100644 --- a/services/sts/systests/advanced/pom.xml +++ b/services/sts/systests/advanced/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/basic/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml index fd19db2..c9aae44 100644 --- a/services/sts/systests/basic/pom.xml +++ b/services/sts/systests/basic/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/sts/systests/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml index d65352b..386dc18 100644 --- a/services/sts/systests/pom.xml +++ b/services/sts/systests/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.services.sts</groupId> <artifactId>cxf-services-sts</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> </parent> <modules> <module>basic</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 245a1ac..2e0a83c 100644 --- a/services/sts/systests/sts-features/pom.xml +++ b/services/sts/systests/sts-features/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 6945c1a..c1ea488 100644 --- a/services/sts/systests/sts-itests/pom.xml +++ b/services/sts/systests/sts-itests/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 8fb451f..73342c0 100644 --- a/services/sts/systests/sts-osgi/pom.xml +++ b/services/sts/systests/sts-osgi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/ws-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml index 23f0716..78f726d 100644 --- a/services/ws-discovery/pom.xml +++ b/services/ws-discovery/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.services</groupId> <artifactId>cxf-services</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 a30b045..40cbd6d 100644 --- a/services/ws-discovery/ws-discovery-api/pom.xml +++ b/services/ws-discovery/ws-discovery-api/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/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 146dfda..a4e6151 100644 --- a/services/ws-discovery/ws-discovery-service/pom.xml +++ b/services/ws-discovery/ws-discovery-service/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml index 5bee7bb..3474f47 100644 --- a/services/wsn/pom.xml +++ b/services/wsn/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf.services</groupId> <artifactId>cxf-services</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-api/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml index 8e7ba17..df1c3a4 100644 --- a/services/wsn/wsn-api/pom.xml +++ b/services/wsn/wsn-api/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml index 076c913..538b7e4 100644 --- a/services/wsn/wsn-core/pom.xml +++ b/services/wsn/wsn-core/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/wsn/wsn-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml index 63fdd9e..1672eb5 100644 --- a/services/wsn/wsn-osgi/pom.xml +++ b/services/wsn/wsn-osgi/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml index dbb79b1..d044d13 100644 --- a/services/xkms/pom.xml +++ b/services/xkms/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.cxf.services</groupId> <artifactId>cxf-services</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-client/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml index 58e4c4f..341d726 100644 --- a/services/xkms/xkms-client/pom.xml +++ b/services/xkms/xkms-client/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/1b8726dd/services/xkms/xkms-common/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml index 4dea9f8..d739b50 100644 --- a/services/xkms/xkms-common/pom.xml +++ b/services/xkms/xkms-common/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.0.8-SNAPSHOT</version> + <version>3.0.8</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies>
