[CAMEL-9659] Add gridfs component to build
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b3eaf817 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b3eaf817 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b3eaf817 Branch: refs/heads/master Commit: b3eaf817dfaf2499d58ecea473752a57a6764356 Parents: f1e21c5 Author: Daniel Kulp <dk...@apache.org> Authored: Tue Mar 1 14:41:08 2016 -0500 Committer: Daniel Kulp <dk...@apache.org> Committed: Tue Mar 1 14:41:08 2016 -0500 ---------------------------------------------------------------------- components/camel-gridfs/pom.xml | 2 +- components/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b3eaf817/components/camel-gridfs/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-gridfs/pom.xml b/components/camel-gridfs/pom.xml index ade40e7..ec8e6bd 100644 --- a/components/camel-gridfs/pom.xml +++ b/components/camel-gridfs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.16.2</version> + <version>2.17-SNAPSHOT</version> </parent> <artifactId>camel-gridfs</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/b3eaf817/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 7da5a56..e14d134 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -114,6 +114,7 @@ <module>camel-google-mail</module> <module>camel-gora</module> <module>camel-grape</module> + <module>camel-gridfs</module> <module>camel-gson</module> <module>camel-guava-eventbus</module> <module>camel-guice</module>