oscerd opened a new pull request, #25593:
URL: https://github.com/apache/camel/pull/25593
Same as #25591, for `camel-4.14.x`.
Every pull request targeting this branch currently fails CI on the **"Fail
if there are uncommitted
changes"** step — mine and everyone else's (for example #25577 and the
camel-google backports
#25583-#25586).
The cause is not in those PRs: the release plugin moved the poms to
`4.14.10-SNAPSHOT` while the
generated catalog and metadata resources still carry `4.14.9-SNAPSHOT`, so a
build regenerates all of
them and the working tree is never clean.
This commit is the regeneration, produced by a plain `mvn clean install
-DskipTests -Dquickly` from
the branch root. **Only version strings change** — 1887 files, every diff
line a
`4.14.9-SNAPSHOT` → `4.14.10-SNAPSHOT` replacement (or the matching
`<version>` element in
`bom/camel-bom/pom.xml`), verified with:
```
git diff -U0 | grep -E '^[+-]' | grep -vE '^(\+\+\+|---)' \
| grep -vE 'SNAPSHOT|<version>[0-9.]+</version>' # → 0 lines
```
No source, test or documentation file is touched.
_Claude Code on behalf of oscerd_
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
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]