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
The following commit(s) were added to refs/heads/master by this push: new 3c2638f [CAMEL-13177] Remove faster-builds since the maven bundle plugin has been upgraded 3c2638f is described below commit 3c2638f1ab601d184a628225a34dc352a9c5de44 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon May 6 16:14:34 2019 +0200 [CAMEL-13177] Remove faster-builds since the maven bundle plugin has been upgraded --- parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 98b6eb5..98ace4f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6111,11 +6111,5 @@ </dependency> </dependencies> </profile> - <profile> - <id>faster-builds</id> - <properties> - <maven-bundle-plugin-version>4.2.0</maven-bundle-plugin-version> - </properties> - </profile> </profiles> </project>