Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#1099)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 files changed
tree: 88f189bfe8e828aa35023338f9e16300b14c7002
  1. .github/
  2. .mvn/
  3. archetypes/
  4. camel-spring-boot-sbom/
  5. catalog/
  6. components-starter/
  7. core/
  8. core-starter/
  9. docs/
  10. dsl-starter/
  11. parent/
  12. tests/
  13. tooling/
  14. .asf.yaml
  15. .gitattributes
  16. .gitignore
  17. Jenkinsfile.sb
  18. Jenkinsfile.sb.deploy
  19. Jenkinsfile.sb.jdk17
  20. Jenkinsfile.sb.ppc64le
  21. KEYS
  22. LICENSE.txt
  23. mvnw
  24. mvnw.cmd
  25. NOTICE.txt
  26. pom.xml
  27. README.md
  28. starter-create
  29. starter-create.cmd
  30. starter-delete
  31. starter-delete.cmd
README.md

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

To create a starter for the zoot component, run the following command:

./starter-create zoot

Similarly, to delete the starter for the zoot component, run the following command:

./starter-delete zoot

More information can be found on the Camel website