fixed a typo in the pom.xml, so the generated jar file is now actually executable

master
Stefan Dollase 2015-12-20 01:17:30 +01:00
parent 00eb5f0e6a
commit 8fa387c50f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<configuration>
<archive>
<manifest>
<mainClass>admist.Amidst</mainClass>
<mainClass>amidst.Amidst</mainClass>
</manifest>
<manifestEntries>
<Amidst-Version>${final.name}</Amidst-Version>