Update version to 25.12.1-SNAPSHOT#14045
Merged
nvauto merged 1 commit intorelease/25.12from Dec 22, 2025
Merged
Conversation
Wait for the pre-merge CI job to SUCCEED Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
Contributor
Greptile SummaryThis PR performs a standard version bump from Changes include:
Version consistency verified:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Git as Git Repository
participant Maven as Maven Build
participant Docs as Documentation
participant CI as CI Pipeline
Dev->>Git: Checkout release/25.12 branch
Dev->>Maven: Update root pom.xml version
Note over Maven: 25.12.0-SNAPSHOT → 25.12.1-SNAPSHOT
Dev->>Maven: Update all 71 module pom.xml files
Note over Maven: Parent & artifact versions updated
Dev->>Docs: Update documentation examples
Note over Docs: README, CONTRIBUTING, configs.md
Dev->>Docs: Update code comments
Note over Docs: Plugin.scala, RapidsConf.scala, ShimLoader.scala
Dev->>Git: Update jenkins/version-def.sh
Note over Git: PROJECT_VER & PROJECT_TEST_VER updated
Dev->>Git: Commit all version changes
Dev->>CI: Trigger pre-merge CI job
CI->>Maven: Build all modules
CI->>CI: Run tests
CI-->>Dev: CI SUCCESS
Dev->>Git: Merge to release/25.12
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wait for the pre-merge CI job to SUCCEED