michael-o commented on code in PR #135:
URL: https://github.com/apache/maven-release/pull/135#discussion_r884282247


##########
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:
   I wonder whether those bundles were of use at all during the last couple of 
years. I consider then pointless because other messages are hardcoded as well.



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