chore: bump version to 5.6.1-SNAPSHOT - #3595
Conversation
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (18)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe root Maven project, modules, and sample operators now use ChangesMaven version alignment
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the project and sample Maven version references to 5.6.1-SNAPSHOT. The supplied changes are consistently aligned and present no current merge-readiness risk. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a consistent version bump across POMs with no remaining references to the old placeholder snapshot version.
Pull request overview
Updates the Maven project version across the Java Operator SDK multi-module build from a placeholder snapshot to 5.6.1-SNAPSHOT, aligning all modules and sample operators on the same parent/version for consistent builds and publishing.
Changes:
- Bumped the root
java-operator-sdkversion to5.6.1-SNAPSHOT. - Updated all module and sample-operator parent POM references from
999.0.1-SNAPSHOTto5.6.1-SNAPSHOT. - Updated the
operator-framework-bomartifact version to5.6.1-SNAPSHOT.
File summaries
| File | Description |
|---|---|
| pom.xml | Sets root project version to 5.6.1-SNAPSHOT. |
| operator-framework/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| operator-framework-junit/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| operator-framework-core/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| operator-framework-bom/pom.xml | Bumps BOM artifact version to 5.6.1-SNAPSHOT. |
| micrometer-support/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| caffeine-bounded-cache-support/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| bootstrapper-maven-plugin/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| migration/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| test-index-processor/pom.xml | Aligns module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/pom.xml | Aligns sample-operators aggregator parent version to 5.6.1-SNAPSHOT. |
| sample-operators/operations/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/mysql-schema/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/leader-election/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/kotlin-operator/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/controller-namespace-deletion/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/tomcat-operator/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
| sample-operators/webpage/pom.xml | Aligns sample module parent version to 5.6.1-SNAPSHOT. |
Review details
- Files reviewed: 18/18 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: Attila Mészáros a_meszaros@apple.com
Summary by CodeRabbit
999.0.1-SNAPSHOTto5.6.1-SNAPSHOT.