http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 7a788b3..5b2302e 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-api</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-service</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> <build>
http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 b6fd6d0..257d169 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 b34e748..7ad64ba 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf.services.wsn</groupId> <artifactId>cxf-services-wsn-core</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 504c0a8..7085027 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 50cc3eb..f1c0260 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 f170611..3660210 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../..</relativePath> </parent> <properties> @@ -173,38 +173,38 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 60fbef4..1d3715b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 57f191c..c401ea1 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../..</relativePath> </parent> <properties> @@ -162,23 +162,23 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 8963f67..b15f723 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 af36a30..a03a456 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf.xjc-utils</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 e3d1e32..b2d9d80 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 8b9565b..d0d00b8 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <properties> <wsdl.location>${basedir}/src/main/config/hello_world.wsdl</wsdl.location> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 e322ede..1d06313 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 50ff402..3bc44ec 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 427902e..069af04 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 8e36782..8a6ab35 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 bd0210e..0389658 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-xmlbeans</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </dependency> <dependency> <groupId>org.springframework</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index 46b004b..f9c2507 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/integration/jca/pom.xml ---------------------------------------------------------------------- diff --git a/integration/jca/pom.xml b/integration/jca/pom.xml index c465e6c..c9adcc6 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index c4c789e..51bd860 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>jca</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 075dc40..0405348 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 bdf7bd9..3cb2189 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.archetype</groupId> <artifactId>cxf-jaxws-javafirst</artifactId> - <version>3.0.9-SNAPSHOT</version> + <version>3.0.9</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/d12248d2/maven-plugins/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml index 38251e5..f3e8419 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>cxf-jaxws-javafirst</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/codegen-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml index 370e22c..1f95eca 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/corba/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml index e7684a4..301b3bb 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/java2wadl-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2wadl-plugin/pom.xml b/maven-plugins/java2wadl-plugin/pom.xml index d2eff84..eab1bcb 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.9-SNAPSHOT</version> + <version>3.0.9</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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <properties> <cxf.manifest.location /> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/java2ws-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/java2ws-plugin/pom.xml b/maven-plugins/java2ws-plugin/pom.xml index b49a367..9ba2b07 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index d409e8f..654ceb2 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../parent</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/maven-plugins/wadl2java-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml index 512ca82..7033c87 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 18e76dd..9536f2c 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/bundle/compatible/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/compatible/pom.xml b/osgi/bundle/compatible/pom.xml index 4872f9b..1799efa 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <properties> <cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/bundle/pom.xml b/osgi/bundle/pom.xml index b6e1b22..65fa915 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/itests-felix/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests-felix/pom.xml b/osgi/itests-felix/pom.xml index bf802bc..c90c4c3 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/itests/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml index 7f5f6cb..3babb5c 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>org.apache.cxf.osgi.itests</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/karaf/commands/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/commands/pom.xml b/osgi/karaf/commands/pom.xml index 91dd6d6..e4d5239 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <artifactId>cxf-karaf-commands</artifactId> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/karaf/features/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/features/pom.xml b/osgi/karaf/features/pom.xml index 6b92322..9b71354 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <artifactId>apache-cxf</artifactId> <packaging>pom</packaging> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/karaf/pom.xml b/osgi/karaf/pom.xml index 9272d30..8e64c5b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.apache.cxf.karaf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/osgi/pom.xml ---------------------------------------------------------------------- diff --git a/osgi/pom.xml b/osgi/pom.xml index 3bc13ee..d487e84 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>bundle</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4450981..070cb00 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 756cf9a..dea5821 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.9-SNAPSHOT</version> + <version>3.0.9</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.9</tag> </scm> <issueManagement> <system>jira</system> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/coloc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/coloc/pom.xml b/rt/bindings/coloc/pom.xml index 3dc1565..ba8e8db 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/corba/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml index 760546b..2bfcd45 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/object/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/object/pom.xml b/rt/bindings/object/pom.xml index e02b03e..ad0e3b7 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/pom.xml b/rt/bindings/pom.xml index e40a448..e11caff 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>soap</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/soap/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml index e669267..bc5ff62 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/bindings/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/bindings/xml/pom.xml b/rt/bindings/xml/pom.xml index 82d5694..d84852b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/databinding/aegis/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/aegis/pom.xml b/rt/databinding/aegis/pom.xml index 2e504e9..6d835c7 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/databinding/jaxb/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jaxb/pom.xml b/rt/databinding/jaxb/pom.xml index f6849cd..da77461 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/databinding/jibx/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/jibx/pom.xml b/rt/databinding/jibx/pom.xml index 2464cd9..229f525 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/databinding/sdo/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/sdo/pom.xml b/rt/databinding/sdo/pom.xml index db8c05c..2d6eeac 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/databinding/xmlbeans/pom.xml ---------------------------------------------------------------------- diff --git a/rt/databinding/xmlbeans/pom.xml b/rt/databinding/xmlbeans/pom.xml index cdd38a5..65c0566 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/features/clustering/pom.xml ---------------------------------------------------------------------- diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml index 577b36a..1a1d145 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/frontend/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml index 282bc9f..449e4e6 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/frontend/jaxws/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index 3a0cf64..a6a61d5 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/frontend/js/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/js/pom.xml b/rt/frontend/js/pom.xml index 8ce1231..8668155 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/frontend/simple/pom.xml ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/pom.xml b/rt/frontend/simple/pom.xml index b5f39fc..9527240 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/javascript/javascript-rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-rt/pom.xml b/rt/javascript/javascript-rt/pom.xml index b587229..5a40755 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/javascript/javascript-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/javascript-tests/pom.xml b/rt/javascript/javascript-tests/pom.xml index 90c8c50..c237d20 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/rt/javascript/pom.xml b/rt/javascript/pom.xml index 595102c..6e6b4ba 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/management-web/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management-web/pom.xml b/rt/management-web/pom.xml index 4c57396..5214a3b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/management/pom.xml ---------------------------------------------------------------------- diff --git a/rt/management/pom.xml b/rt/management/pom.xml index 6aa3982..25975f0 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/pom.xml ---------------------------------------------------------------------- diff --git a/rt/pom.xml b/rt/pom.xml index 5ae8d5d..31dd3f4 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>wsdl</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/client/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml index 4c29c7f..f83107b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/description/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/description/pom.xml b/rt/rs/description/pom.xml index c1eb3f3..e96ceda 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 b14a718..f1ce812 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/extensions/providers/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/providers/pom.xml b/rt/rs/extensions/providers/pom.xml index b5be1f6..6355bc8 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 7dc15f4..e84421f 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/http-sci/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/http-sci/pom.xml b/rt/rs/http-sci/pom.xml index 6c1e7df..5dd07a8 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/security/cors/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml index 146e291..47f56e3 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 3a50711..e5dfc2c 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 bcd4d5e..220b38f 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 8fb2bda..033fa15 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 173b2d5..3c3c7f6 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 2c48361..f1b3e1f 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 7c9f327..7debb3a 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 3580fed..5c7682d 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 1f7997b..e6e7b81 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 d9189a2..eeaf645 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/rs/security/xml/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/xml/pom.xml b/rt/rs/security/xml/pom.xml index 3f6107f..2cf0b20 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/security/pom.xml b/rt/security/pom.xml index ab9c9b3..277acf9 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/http-hc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-hc/pom.xml b/rt/transports/http-hc/pom.xml index 674bc79..0ea2a4c 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 1d631cf..36a4545 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 d9162d4..35ac450 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 004acdb..c08191b 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/http/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 52b4878..c47c5e0 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index 53e98a9..611cfa6 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/local/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/local/pom.xml b/rt/transports/local/pom.xml index 5667714..5e118b3 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/udp/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/udp/pom.xml b/rt/transports/udp/pom.xml index 366ede0..800ea18 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index d184d9a..a388d93 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/addr/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/addr/pom.xml b/rt/ws/addr/pom.xml index 74959af..51db38e 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/eventing/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml index 523add9..1221f41 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/mex/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/mex/pom.xml b/rt/ws/mex/pom.xml index 2c691c7..4e8a066 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/policy/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml index 0bcf77c..de9872d 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/rm/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml index 82a7146..e131511 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/ws/security/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/security/pom.xml b/rt/ws/security/pom.xml index fad4306..e163980 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/rt/wsdl/pom.xml ---------------------------------------------------------------------- diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml index 501d86f..dd6a500 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index f4ce9d8..2278b91 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>sts</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 9d1b519..9e4e627 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/sts-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml index 72d1ac6..57d0fdd 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/sts-war/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-war/pom.xml b/services/sts/sts-war/pom.xml index 894e8f4..88a7f3e 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/systests/advanced/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/pom.xml b/services/sts/systests/advanced/pom.xml index 3a2f84b..e4916dc 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/systests/basic/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/pom.xml b/services/sts/systests/basic/pom.xml index d3cfd47..5523987 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/sts/systests/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/systests/pom.xml b/services/sts/systests/pom.xml index 64ef474..8e44288 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.9-SNAPSHOT</version> + <version>3.0.9</version> </parent> <modules> <module>basic</module> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 7411fa6..518c9fa 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 9128d69..8ccfe68 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 35447ed..59f1a35 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/ws-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/services/ws-discovery/pom.xml b/services/ws-discovery/pom.xml index 5ff70d1..0ab9fb2 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 200ee1a..e9ca07f 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/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 8beda6a..602142d 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/wsn/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/pom.xml b/services/wsn/pom.xml index 0044076..9980584 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/wsn/wsn-api/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml index 7daeefe..60f3a4c 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/wsn/wsn-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-core/pom.xml b/services/wsn/wsn-core/pom.xml index d7ca93a..817adf6 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/wsn/wsn-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-osgi/pom.xml b/services/wsn/wsn-osgi/pom.xml index 4b2d036..5a72913 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/xkms/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/pom.xml b/services/xkms/pom.xml index ca41075..37247e7 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../pom.xml</relativePath> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/xkms/xkms-client/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-client/pom.xml b/services/xkms/xkms-client/pom.xml index d840edb..9ae7126 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/cxf/blob/d12248d2/services/xkms/xkms-common/pom.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-common/pom.xml b/services/xkms/xkms-common/pom.xml index fc4220c..d5b481f 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.9-SNAPSHOT</version> + <version>3.0.9</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <dependencies>
