File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 </dependencies >
2828
2929 <build >
30+ <finalName >${project.artifactId} </finalName >
31+
3032 <resources >
3133 <resource >
3234 <directory >src/main/resources</directory >
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 >
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 >
You can’t perform that action at this time.
0 commit comments