Skip to content

Inherit the palantirJavaFormat version from the parent - #60

Merged
slachiewicz merged 1 commit into
masterfrom
inherit-palantir-format-version
Aug 9, 2026
Merged

Inherit the palantirJavaFormat version from the parent#60
slachiewicz merged 1 commit into
masterfrom
inherit-palantir-format-version

Conversation

@slachiewicz

Copy link
Copy Markdown
Member

The local version.palantirJavaFormat property pins 2.81.0. org.apache.maven:maven-parent:49 manages 2.93.0, so the pin had quietly turned into a downgrade holding the formatter back rather than the bump it was when it was added.

This is the safe kind of formatter bump: mvn spotless:apply against 2.93.0 leaves every source file untouched — the only change in this PR is the deleted pom line, and spotless:check passes.

Part of a sweep across the Maven repositories for local pom properties that no longer override anything useful.

Generated-by: Claude Opus 5 (1M context)

The local version.palantirJavaFormat property pinned 2.81.0. That was a
bump when it was added, but org.apache.maven:maven-parent:49 now manages
2.93.0, so the property had quietly become a downgrade holding the
formatter back.

Nothing needs reformatting: spotless:apply against 2.93.0 leaves every
source file untouched.

Generated-by: Claude Opus 5 (1M context)
@slachiewicz slachiewicz added maintenance dependencies Pull requests that update a dependency file labels Aug 9, 2026
@slachiewicz
slachiewicz marked this pull request as ready for review August 9, 2026 14:40
@slachiewicz
slachiewicz merged commit 563517d into master Aug 9, 2026
16 checks passed
@slachiewicz
slachiewicz deleted the inherit-palantir-format-version branch August 9, 2026 14:56
@github-actions github-actions Bot added this to the maven-mapping-3.1.0 milestone Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant