slawekjaranowski commented on code in PR #1430:
URL: https://github.com/apache/maven-release/pull/1430#discussion_r2569521302


##########
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:
   Yes it is internal class - name and internals can be changed want you want



-- 
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]

Reply via email to