Skip to content

Issue #12508: Remove 'maven.' prefix from version properties#19291

Merged
romani merged 1 commit into
checkstyle:masterfrom
Carbon14-48:issue-12508-remove-maven-property-prefix
Mar 19, 2026
Merged

Issue #12508: Remove 'maven.' prefix from version properties#19291
romani merged 1 commit into
checkstyle:masterfrom
Carbon14-48:issue-12508-remove-maven-property-prefix

Conversation

@Carbon14-48

Copy link
Copy Markdown
Contributor

closes: #12508

Remove redundant "maven." prefix from version properties in pom.xml for consistency with other properties.

Changes:

  • Renamed 9 properties (removed "maven." prefix)
  • Updated all 20+ references throughout the pom.xml
  • Verified with mvn compile that all changes are correct

New property names:

  • site.plugin.version
  • spotbugs.plugin.version
  • pmd.plugin.version
  • jacoco.plugin.version
  • checkstyle.plugin.version
  • sevntu.checkstyle.plugin.version
  • sevntu-checkstyle-check.checkstyle.version
  • versions.plugin.version
  • compiler.plugin.version

All builds pass locally.

@romani romani left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot

@romani romani merged commit 919388f into checkstyle:master Mar 19, 2026
117 of 123 checks passed
@Carbon14-48 Carbon14-48 deleted the issue-12508-remove-maven-property-prefix branch March 19, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

POM Property Names

2 participants