This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f53aa7becf27ab7b117615241dc85d43d34fe1cf Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 28 15:35:55 2019 +0100 Camel-AWS-SES: Minor fixes to docs --- components/camel-aws-ses/src/main/docs/aws-ses-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc b/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc index 13904b9..689b2cf 100644 --- a/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc +++ b/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc @@ -206,7 +206,7 @@ Maven users will need to add the following dependency to their pom.xml. </dependency> --------------------------------------- -where `${camel-version`} must be replaced by the actual version of Camel +where `${camel-version}` must be replaced by the actual version of Camel (2.8.4 or higher). ### See Also