This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to tag 1.0.0-M2 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit ad71e6e36422f72d0fdbecdf4ef4932a7eff73f8 Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Sat Oct 5 11:48:28 2019 +0200 fix #944: fix yaml examples --- e2e/files/yaml.yaml | 3 +-- examples/routes.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/e2e/files/yaml.yaml b/e2e/files/yaml.yaml index f79e2b4..02b59a5 100644 --- a/e2e/files/yaml.yaml +++ b/e2e/files/yaml.yaml @@ -1,5 +1,4 @@ -- id: "yaml" - from: +- from: uri: "timer:yaml" parameters: period: "5s" diff --git a/examples/routes.yaml b/examples/routes.yaml index 48b9211..7b7db9b 100644 --- a/examples/routes.yaml +++ b/examples/routes.yaml @@ -1,5 +1,4 @@ -- id: "yaml" - from: +- from: uri: "timer:tick" parameters: period: "5s"