This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d82e4b6d957 Regen for commit 7025970e5d66d9197a4bb3675c5fdbb21da88336 d82e4b6d957 is described below commit d82e4b6d957fbf13151e60792e25b405a8ddf66a Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Sun Oct 2 11:29:11 2022 +0000 Regen for commit 7025970e5d66d9197a4bb3675c5fdbb21da88336 Signed-off-by: GitHub <nore...@github.com> --- .../generated/resources/org/apache/camel/catalog/languages/python.json | 2 +- .../generated/resources/org/apache/camel/language/python/python.json | 2 +- components/camel-python/src/main/docs/python-language.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/python.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/python.json index 7a4ad1f73e2..c84a0cb3ccc 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/python.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/python.json @@ -5,7 +5,7 @@ "title": "Python", "description": "Evaluates a Python expression.", "deprecated": false, - "firstVersion": "3.9.0", + "firstVersion": "3.19.0", "label": "language,python", "javaType": "org.apache.camel.language.python.PythonLanguage", "supportLevel": "Experimental", diff --git a/components/camel-python/src/generated/resources/org/apache/camel/language/python/python.json b/components/camel-python/src/generated/resources/org/apache/camel/language/python/python.json index 7a4ad1f73e2..c84a0cb3ccc 100644 --- a/components/camel-python/src/generated/resources/org/apache/camel/language/python/python.json +++ b/components/camel-python/src/generated/resources/org/apache/camel/language/python/python.json @@ -5,7 +5,7 @@ "title": "Python", "description": "Evaluates a Python expression.", "deprecated": false, - "firstVersion": "3.9.0", + "firstVersion": "3.19.0", "label": "language,python", "javaType": "org.apache.camel.language.python.PythonLanguage", "supportLevel": "Experimental", diff --git a/components/camel-python/src/main/docs/python-language.adoc b/components/camel-python/src/main/docs/python-language.adoc index 70fbe08193d..fc13ac22ddf 100644 --- a/components/camel-python/src/main/docs/python-language.adoc +++ b/components/camel-python/src/main/docs/python-language.adoc @@ -3,7 +3,7 @@ :shortname: python :artifactid: camel-python :description: Evaluates a Python expression. -:since: 3.9 +:since: 3.19 :supportlevel: Experimental //Manually maintained attributes :camel-spring-boot-name: python