Skip to content

Fix spelling typo#1431

Merged
elharo merged 1 commit intomasterfrom
spell
Nov 27, 2025
Merged

Fix spelling typo#1431
elharo merged 1 commit intomasterfrom
spell

Conversation

@elharo
Copy link
Contributor

@elharo elharo commented Nov 27, 2025

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a spelling typo in the abstract base class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy" across the SemVer policy implementation. The typo was present in both the abstract class definition and all its subclasses that extend it.

  • Corrected the abstract class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy"
  • Updated all subclass declarations to extend the correctly spelled parent class name

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
AbstractSemVerVersionPolicy.java Fixed spelling of the abstract class name from "Abstarct" to "Abstract"
SemVerPatchDevelopmentVersionPolicy.java Updated extends clause to reference the corrected parent class name
SemVerMinorReleaseVersionPolicy.java Updated extends clause to reference the corrected parent class name
SemVerMinorDevelopmentVersionPolicy.java Updated extends clause to reference the corrected parent class name
SemVerMajorReleaseVersionPolicy.java Updated extends clause to reference the corrected parent class name
SemVerMajorDevelopmentVersionPolicy.java Updated extends clause to reference the corrected parent class name
Comments suppressed due to low confidence (1)

maven-release-policies/maven-release-semver-policy/src/main/java/org/apache/maven/shared/release/policy/semver/AbstractSemVerVersionPolicy.java:32

  • Fixed spelling: Corrected class name from "AbstarctSemVerVersionPolicy" to "AbstractSemVerVersionPolicy".

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@elharo elharo marked this pull request as ready for review November 27, 2025 20:14
@elharo elharo merged commit fd70c9c into master Nov 27, 2025
37 checks passed
@elharo elharo deleted the spell branch November 27, 2025 20:14
@github-actions
Copy link

@elharo Please assign appropriate label to PR according to the type of change.

@github-actions github-actions bot added this to the 3.3.1 milestone Nov 27, 2025
@slawekjaranowski slawekjaranowski modified the milestones: 3.3.1, 3.3.0 Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants