Skip to content

Commit

Permalink
Fixed POM to be able to create the runnable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaiavi committed Apr 13, 2017
1 parent 8ee1712 commit f29dab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.chaiware</groupId>
<artifactId>TextToEmotion</artifactId>
<version>0.6</version>
<version>0.7</version>
<name>TextToEmotion</name>

<properties>
Expand Down Expand Up @@ -37,7 +37,7 @@
<archive>
<manifest>
<!-- Jar file entry point -->
<mainClass>org.chaiware.text2emotion.app.TextToEmotion</mainClass>
<mainClass>org.chaiware.app.TextToEmotion</mainClass>
</manifest>
</archive>
</configuration>
Expand Down

0 comments on commit f29dab5

Please sign in to comment.