oscerd commented on PR #26463: URL: https://github.com/apache/camel/pull/26463#issuecomment-5828686333
The two red `build` checks here are not caused by this bump. They come from the 2026-09-22 run and fail at reactor set-up, before any test runs: ``` org.apache.maven.MavenExecutionException: Could not find the selected project in the reactor: :camel-salesforce-maven-plugin-it ``` That is a stale project-selection error unrelated to a build-time `properties-maven-plugin` patch bump (1.3.0 → 1.3.1), and the CI change-detection plumbing has moved on since then. Rebasing to pick up current `main` should produce a clean run. @dependabot rebase -- 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]
