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 7151e087b50858e1e4ef4782bdaddde6a00215c5 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Fri Mar 1 11:19:18 2019 +0100 [CAMEL-13177] Build speed: add temporary profile to be able to try faster builds --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 0794f7c..8c64b20 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6006,7 +6006,7 @@ <profile> <id>faster-builds</id> <properties> - <cxf-codegen-plugin-version>3.1.1-SNAPSHOT</cxf-codegen-plugin-version> + <cxf-codegen-plugin-version>3.3.1-SNAPSHOT</cxf-codegen-plugin-version> <maven-bundle-plugin-version>4.1.1-SNAPSHOT</maven-bundle-plugin-version> </properties> </profile>