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 8c667b5895dd47c7c1179575171341869224199e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 28 15:16:33 2019 +0100 Camel-AWS-IAM: Minor fixes to docs --- components/camel-aws-iam/src/main/docs/aws-iam-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc index 53bf228..cc601f6 100644 --- a/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc +++ b/components/camel-aws-iam/src/main/docs/aws-iam-component.adoc @@ -180,7 +180,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.16 or higher). ### See Also