hboutemy commented on code in PR #135:
URL: https://github.com/apache/maven-release/pull/135#discussion_r884285645


##########
maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/AbstractMapVersionsPhase.java:
##########
@@ -308,9 +309,8 @@ else if ( releaseDescriptor.isBranchCreation() )
                     {
                         messageKey = getMapversionPromptKey( releaseDescriptor 
);
                     }
-                    String message =
-                            MessageFormat.format( resourceBundle.getString( 
messageKey ), project.getName(),
-                                    projectId );
+                    String message = MessageFormat.format( 
resourceBundle.getString( messageKey ), project.getName(),

Review Comment:
   this can be a simplification for later, why not



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to