elharo commented on code in PR #1430:
URL: https://github.com/apache/maven-release/pull/1430#discussion_r2568465447
##########
maven-release-policies/maven-release-semver-policy/src/main/java/org/apache/maven/shared/release/policy/semver/AbstarctSemVerVersionPolicy.java:
##########
@@ -31,19 +30,19 @@
*/
abstract class AbstarctSemVerVersionPolicy implements VersionPolicy {
- protected Version createVersionFromRequest(VersionPolicyRequest request)
throws VersionParseException {
+ protected SemVer createVersionFromRequest(VersionPolicyRequest request)
throws VersionParseException {
Review Comment:
True. So we don't have to worry about the visibility. I might go ahead and
fix the spelling in a separate PR then. In fact I should just remove Abstract
from the name completely.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]