Repository: camel Updated Branches: refs/heads/camel-2.14.x e1d9b5c83 -> 66c49f47b refs/heads/camel-2.15.x 970ca3b04 -> 03d6ac768
Fixed builder order in root pom to build tooling before platform which must happen in that order Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6c61a242 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6c61a242 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6c61a242 Branch: refs/heads/camel-2.15.x Commit: 6c61a242b2b08d5d4de1d703af11be4fb876a086 Parents: 970ca3b Author: Claus Ibsen <[email protected]> Authored: Sun Mar 8 08:22:01 2015 +0100 Committer: Willem Jiang <[email protected]> Committed: Mon Mar 9 09:22:58 2015 +0800 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6c61a242/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 869a3d7..4c0e26e 100755 --- a/pom.xml +++ b/pom.xml @@ -121,14 +121,14 @@ <modules> <module>parent</module> + <module>etc</module> <module>buildingtools</module> <module>camel-core</module> <module>components</module> - <module>platforms</module> <module>tooling</module> + <module>platforms</module> <module>tests</module> <module>examples</module> - <module>etc</module> </modules> <scm>
