@@ -436,13 +436,13 @@ private void createWindowsExecutable() throws MojoExecutionException {
436
436
config .add (element ("versionInfo" ,
437
437
element ("fileVersion" , "1.0.0.0" ),
438
438
element ("txtFileVersion" , "1.0.0.0" ),
439
- element ("copyright" , "${project.organization.name}" ),
440
- element ("fileDescription" , "${project. description}" ),
441
- element ("productVersion" , "${project. version} .0" ),
442
- element ("txtProductVersion" , "${project. version} .0" ),
443
- element ("productName" , "${project. name}" ),
444
- element ("internalName" , "${project. name}" ),
445
- element ("originalFilename" , "${project. name} .exe" )
439
+ element ("copyright" , organizationName ),
440
+ element ("fileDescription" , description ),
441
+ element ("productVersion" , version + " .0" ),
442
+ element ("txtProductVersion" , version + " .0" ),
443
+ element ("productName" , name ),
444
+ element ("internalName" , name ),
445
+ element ("originalFilename" , name + " .exe" )
446
446
));
447
447
448
448
// invoke launch4j plugin to generate windows executable
0 commit comments