Skip to content

Commit 8acd83d

Browse files
committed
Fixing Pom
Using github recommandations in variables
1 parent 4c73034 commit 8acd83d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@
287287
<wrapJar>false</wrapJar>
288288
<companyName>${organizationName}</companyName>
289289
<productVersion>1.0.0.0</productVersion>
290-
<txtProductVersion>${version}</txtProductVersion>
290+
<txtProductVersion>${project.version}</txtProductVersion>
291291
<copyright>${organizationName}</copyright>
292-
<productName>${name}</productName>
293-
<internalName>${name}</internalName>
294-
<originalFilename>${name}.exe</originalFilename>
292+
<productName>${project.name}</productName>
293+
<internalName>${project.name}</internalName>
294+
<originalFilename>${project.name}.exe</originalFilename>
295295
<exeCreationTool>launch4j</exeCreationTool>
296296
</winConfig>
297297
<macConfig>

0 commit comments

Comments
 (0)