oscerd opened a new pull request, #3049: URL: https://github.com/apache/camel-kamelets/pull/3049
The project was still on `4.22.1-SNAPSHOT` while `camel.version` had already moved to `4.23.0-SNAPSHOT` in #3027, so the two were out of step. ## What changed - the seven module poms, `4.22.1-SNAPSHOT` → `4.23.0-SNAPSHOT` - the `camel.apache.org/catalog.version` annotation in all 262 Kamelets, and in the 262 resource copies under `library/camel-kamelets` 531 files, all of it the same one-line substitution. The annotation is rewritten by the build itself, so it has to be committed rather than left for the regen bot to flag as an uncommitted change. That matches the previous bump, 403a3feb6, which updated the annotation across the catalog in the same way. ## Checks ``` mvn clean install BUILD SUCCESS, KameletsCatalogTest 18/18 script/validator 0 errors ``` The validator matters here specifically: it enforces that every Kamelet carries the same `catalog.version`, so a partial bump would fail. All 262 report `4.23.0-SNAPSHOT`, in both the catalog and the library copies. ## Deliberately not touched `camel-kamelets-sbom/camel-kamelets-sbom.xml` still names `4.22.1-SNAPSHOT`. It is produced by the weekly `generate-sbom-main` workflow, which raises its own pull request, so regenerating it by hand here would only collide with the bot. `CHANGELOG.md` mentions `v4.22.1` as release history and is left as is. --- _Claude Code on behalf of Andrea Cosentino_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
