Repository: camel Updated Branches: refs/heads/camel-2.16.x 8c49ea9c8 -> aead21aaa refs/heads/master 538876084 -> 3b94e9513
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f8fe69fe Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f8fe69fe Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f8fe69fe Branch: refs/heads/master Commit: f8fe69fe2e0e91a86d05815938bc9e60ffaebf91 Parents: 5388760 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jan 6 19:03:15 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jan 6 19:03:15 2016 +0100 ---------------------------------------------------------------------- components/camel-script/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f8fe69fe/components/camel-script/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml index 432225f..8ceca98 100644 --- a/components/camel-script/pom.xml +++ b/components/camel-script/pom.xml @@ -128,8 +128,8 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> + <forkCount>1</forkCount> + <reuseForks>false</reuseForks> </configuration> </plugin> </plugins>