Skip to content

Update version to 25.12.1-SNAPSHOT#14045

Merged
nvauto merged 1 commit intorelease/25.12from
version-to-25.12.1-SNAPSHOT
Dec 22, 2025
Merged

Update version to 25.12.1-SNAPSHOT#14045
nvauto merged 1 commit intorelease/25.12from
version-to-25.12.1-SNAPSHOT

Conversation

@nvauto
Copy link
Copy Markdown
Collaborator

@nvauto nvauto commented Dec 22, 2025

Wait for the pre-merge CI job to SUCCEED

@nvauto nvauto requested a review from a team as a code owner December 22, 2025 06:41
Wait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
@nvauto nvauto merged commit 0e6464f into release/25.12 Dec 22, 2025
10 checks passed
@nvauto nvauto deleted the version-to-25.12.1-SNAPSHOT branch December 22, 2025 06:42
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Dec 22, 2025

Greptile Summary

This PR performs a standard version bump from 25.12.0-SNAPSHOT to 25.12.1-SNAPSHOT across the entire project, updating 71 files including all Maven pom.xml files, build scripts, documentation, and code comments.

Changes include:

  • Updated root and all module pom.xml files (both Scala 2.12 and 2.13 profiles)
  • Updated jenkins/version-def.sh build variables
  • Updated documentation examples in README.md, CONTRIBUTING.md, docs/configs.md
  • Updated code comments in Plugin.scala, RapidsConf.scala, ShimLoader.scala
  • Updated test documentation in integration_tests/ and datagen/ README files

Version consistency verified:

  • All 71 files consistently use 25.12.1-SNAPSHOT
  • Parent-child pom version references are aligned
  • No mixed or outdated version references found

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a mechanical version bump with consistent changes across all files
  • This is a straightforward version bump PR with no logic changes. All 71 files have been consistently updated from 25.12.0-SNAPSHOT to 25.12.1-SNAPSHOT. The changes are mechanical, follow the standard release process, and maintain consistency across Maven modules, build scripts, documentation, and code comments. No functional code changes were made.
  • No files require special attention

Important Files Changed

Filename Overview
pom.xml Root pom.xml version updated from 25.12.0-SNAPSHOT to 25.12.1-SNAPSHOT
jenkins/version-def.sh Updated PROJECT_VER and PROJECT_TEST_VER from 25.12.0-SNAPSHOT to 25.12.1-SNAPSHOT
README.md Maven dependency version example updated to 25.12.1-SNAPSHOT
CONTRIBUTING.md Command examples updated with new jar version 25.12.1-SNAPSHOT
docs/configs.md Configuration example updated with jar version 25.12.1-SNAPSHOT
aggregator/pom.xml Module version and parent version updated to 25.12.1-SNAPSHOT
sql-plugin/pom.xml Module version and parent version updated to 25.12.1-SNAPSHOT
dist/pom.xml Distribution module version and parent version updated to 25.12.1-SNAPSHOT
scala2.13/pom.xml Scala 2.13 root pom version updated to 25.12.1-SNAPSHOT

Sequence Diagram

sequenceDiagram
    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
Loading

@sameerz sameerz added the build Related to CI / CD or cleanly building label Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Related to CI / CD or cleanly building

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants