Skip to content

Commit 8069ab5

Browse files
committed
fix build
1 parent f5fca5d commit 8069ab5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
</dependencies>
2828

2929
<build>
30+
<finalName>${project.artifactId}</finalName>
31+
3032
<resources>
3133
<resource>
3234
<directory>src/main/resources</directory>
@@ -117,7 +119,7 @@
117119
<configuration>
118120
<headerType>console</headerType>
119121
<outfile>target/juliac.exe</outfile>
120-
<jar>target/julia-1.1-SNAPSHOT.jar</jar>
122+
<jar>target/julia.jar</jar>
121123
<errTitle>Julia</errTitle>
122124
<classPath>
123125
<mainClass>org.altervista.mbilotta.julia.program.cli.MainCli</mainClass>
@@ -147,7 +149,7 @@
147149
<configuration>
148150
<headerType>gui</headerType>
149151
<outfile>target/julia.exe</outfile>
150-
<jar>target/julia-1.1-SNAPSHOT.jar</jar>
152+
<jar>target/julia.jar</jar>
151153
<errTitle>Julia</errTitle>
152154
<classPath>
153155
<mainClass>org.altervista.mbilotta.julia.program.cli.MainCli</mainClass>

0 commit comments

Comments
 (0)