cleanup
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9f1d11de Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9f1d11de Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9f1d11de Branch: refs/heads/master Commit: 9f1d11de0eac69808eb56f1de770223ad286bbe8 Parents: 169cc9c Author: Jonathan Anstey <jans...@gmail.com> Authored: Fri Apr 7 16:09:35 2017 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Fri Apr 7 16:09:35 2017 -0230 ---------------------------------------------------------------------- components/camel-google-calendar/pom.xml | 16 ++++++++-------- components/camel-google-drive/pom.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9f1d11de/components/camel-google-calendar/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-calendar/pom.xml b/components/camel-google-calendar/pom.xml index 687bfd0..da1fbee 100644 --- a/components/camel-google-calendar/pom.xml +++ b/components/camel-google-calendar/pom.xml @@ -168,14 +168,14 @@ <fromJavadoc /> </api> </apis> - <substitutions> - <substitution> - <method>^.+$</method> - <argName>content</argName> - <argType>com.google.api.services.calendar.model.Channel</argType> - <replacement>contentChannel</replacement> - </substitution> - </substitutions> + <substitutions> + <substitution> + <method>^.+$</method> + <argName>content</argName> + <argType>com.google.api.services.calendar.model.Channel</argType> + <replacement>contentChannel</replacement> + </substitution> + </substitutions> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/camel/blob/9f1d11de/components/camel-google-drive/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-drive/pom.xml b/components/camel-google-drive/pom.xml index fd2af42..115a7ea 100644 --- a/components/camel-google-drive/pom.xml +++ b/components/camel-google-drive/pom.xml @@ -193,14 +193,14 @@ <fromJavadoc /> </api> </apis> - <substitutions> - <substitution> - <method>^.+$</method> - <argName>content</argName> - <argType>com.google.api.services.drive.model.Channel</argType> - <replacement>contentChannel</replacement> - </substitution> - </substitutions> + <substitutions> + <substitution> + <method>^.+$</method> + <argName>content</argName> + <argType>com.google.api.services.drive.model.Channel</argType> + <replacement>contentChannel</replacement> + </substitution> + </substitutions> </configuration> </execution> </executions>