mirror of https://github.com/apache/maven.git
Add missing carriage return after version details
This commit is contained in:
parent
4ec06bf67c
commit
4e24edbcfe
|
@ -355,7 +355,7 @@ public class MavenCli
|
||||||
{
|
{
|
||||||
if ( cliRequest.debug || cliRequest.commandLine.hasOption( CLIManager.SHOW_VERSION ) )
|
if ( cliRequest.debug || cliRequest.commandLine.hasOption( CLIManager.SHOW_VERSION ) )
|
||||||
{
|
{
|
||||||
System.out.print( CLIReportingUtils.showVersion() );
|
System.out.println( CLIReportingUtils.showVersion() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue