oscerd opened a new pull request, #25591:
URL: https://github.com/apache/camel/pull/25591

   Every pull request targeting `camel-4.18.x` currently fails CI on the 
**"Fail if there are
   uncommitted changes"** step, mine and everyone else's (for example #25576 
and the eight
   camel-google backports #25579-#25586).
   
   The cause is not in those PRs. `[maven-release-plugin] prepare for next 
development iteration`
   (574381e36d53) moved the poms to `4.18.5-SNAPSHOT` but the generated catalog 
and metadata resources
   still carry `4.18.4-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** — every line of the diff is 
a
   `4.18.4-SNAPSHOT` → `4.18.5-SNAPSHOT` replacement (or the matching 
`<version>` element in
   `bom/camel-bom/pom.xml`), which I 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]

Reply via email to