This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.
from 986fc42 Camel-Kamelets-Catalog: Added get flow method
add cae6166 Added a Github Action for regen catalog
No new revisions were added by this update.
Summary of changes:
.github/workflows/main-push-regen.yaml | 63 +++++++
.mvn/wrapper/MavenWrapperDownloader.java | 117 ++++++++++++
.mvn/wrapper/maven-wrapper.jar | Bin 0 -> 50710 bytes
.mvn/wrapper/maven-wrapper.properties | 2 +
mvnw | 310 +++++++++++++++++++++++++++++++
mvnw.cmd | 182 ++++++++++++++++++
6 files changed, 674 insertions(+)
create mode 100644 .github/workflows/main-push-regen.yaml
create mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
create mode 100644 .mvn/wrapper/maven-wrapper.jar
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 mvnw
create mode 100644 mvnw.cmd