Removed references to io.mkennedy
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dab79df0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dab79df0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dab79df0 Branch: refs/heads/master Commit: dab79df0528f592d1d70ef67bca201a9f29b6606 Parents: e49d4b5 Author: Mike Kennedy <michael.kenn...@ucr.edu> Authored: Sat May 30 23:54:18 2015 -0700 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Jun 1 08:55:14 2015 +0200 ---------------------------------------------------------------------- components/camel-slack/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/dab79df0/components/camel-slack/README.md ---------------------------------------------------------------------- diff --git a/components/camel-slack/README.md b/components/camel-slack/README.md index 09b5dab..54ea564 100644 --- a/components/camel-slack/README.md +++ b/components/camel-slack/README.md @@ -34,7 +34,7 @@ These options will The SlackComponent must be configured as a Spring or Blueprint bean that contains the incoming webhook url for the integration as a parameter. ``` -<bean id="slack" class="io.mikekennedy.camel.SlackComponent"> +<bean id="slack" class="org.apache.camel.component.SlackComponent"> <property name="webhookUrl" value="https://hooks.slack.com/services/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"/> </bean> ``` @@ -45,7 +45,7 @@ The SlackComponent must be configured as a Spring or Blueprint bean that contain <?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" default-activation="lazy"> - <bean id="slack" class="io.mikekennedy.camel.SlackComponent"> + <bean id="slack" class="org.apache.camel.component.SlackComponent"> <property name="webhookUrl" value="https://hooks.slack.com/services/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"/> </bean>