This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit d43872f46f7a7f08ea23b8e95fc7acfb4569ae0b Author: Nicola Ferraro <[email protected]> AuthorDate: Wed Dec 18 23:34:02 2019 +0100 Fix #921: fix doc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7f93eb3..e94d18e 100644 --- a/README.adoc +++ b/README.adoc @@ -180,7 +180,7 @@ kamel cmd --maven-settings=configmap:maven-settings/settings.xml + [source,yaml] ---- -apiVersion: camel.apache.org/v1alpha1 +apiVersion: camel.apache.org/v1 kind: IntegrationPlatform metadata: labels:
