This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from b82d7ea Regen for commit 600781b7e4fe2e69241a52ac4de3b17a47976573 (#4256) add d13fa8b CAMEL-15478: Fix api component archetype No new revisions were added by this update. Summary of changes: .../archetype-resources/__artifactId__-api/pom.xml | 17 +++++- .../{__name__FileHello.java => __name__Hello.java} | 4 +- .../src/main/java/api/__name__JavadocHello.java | 35 ------------ .../__artifactId__-component/pom.xml | 65 ++++------------------ .../src/main/java/__name__Configuration.java | 46 ++++++++++++++- .../src/main/java/__name__Endpoint.java | 10 +--- .../projects/build-it/archetype.properties | 4 +- 7 files changed, 79 insertions(+), 102 deletions(-) rename archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/src/main/java/api/{__name__FileHello.java => __name__Hello.java} (95%) delete mode 100644 archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/src/main/java/api/__name__JavadocHello.java