This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 51f7fe98beae6dd2e03cd78dc3d2358a325f1138 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Mar 1 10:42:38 2019 +0100 [CAMEL-13177] Build speed: remove snapshots --- parent/pom.xml | 7 +-- .../camel-spring-boot-dependencies/pom.xml | 56 +++++++++++----------- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5d3ec9e..aa4823f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -161,8 +161,9 @@ <couchbase-client-version>1.4.13</couchbase-client-version> <couchbase-client-bundle-version>1.4.13_1</couchbase-client-bundle-version> <curator-version>2.12.0</curator-version> - <cxf-version>3.3.1-SNAPSHOT</cxf-version> + <cxf-version>3.3.0</cxf-version> <cxf-version-range>[3.1,4.0)</cxf-version-range> + <cxf-codegen-plugin-version>3.3.0</cxf-codegen-plugin-version> <cxf-xjc-plugin-version>3.2.0</cxf-xjc-plugin-version> <cxf-xjc-utils-version>3.2.0</cxf-xjc-utils-version> <deltaspike-version>1.9.0</deltaspike-version> @@ -463,7 +464,7 @@ <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version> <maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version> <maven-bundle-version>${maven-bundle-plugin-version}</maven-bundle-version> - <maven-bundle-plugin-version>4.1.1-SNAPSHOT</maven-bundle-plugin-version> + <maven-bundle-plugin-version>4.1.0</maven-bundle-plugin-version> <maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version> <maven-checkstyle-version>7.6.1</maven-checkstyle-version> <maven-owasp-plugin-version>4.0.2</maven-owasp-plugin-version> @@ -5064,7 +5065,7 @@ <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> - <version>${cxf-version}</version> + <version>${cxf-codegen-plugin-version}</version> <configuration> <fork>once</fork> <defaultOptions> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 8902477..1fdaa1f 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -3246,142 +3246,142 @@ <dependency> <groupId>org.apache.cxf.services.sts</groupId> <artifactId>cxf-services-sts-core</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf.services.ws-discovery</groupId> <artifactId>cxf-services-ws-discovery-api</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-soap</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-bindings-xml</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-jaxb</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-clustering</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-logging</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-simple</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-management</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-extension-providers</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-security-oauth2</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-swagger</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-jms</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-local</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-addr</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-mex</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-policy</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-rm</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-security-oauth2</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-wsdl</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.ftpserver</groupId>