Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Mar 7, 2020
1 parent b38b627 commit 95f8a62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>voruti</groupId>
<artifactId>json2config</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>json2config</name>
Expand Down Expand Up @@ -71,6 +71,12 @@
</execution>
</executions>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<archive>
<manifest>
<mainClass>voruti.json2config.Starter</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
Expand Down

0 comments on commit 95f8a62

Please sign in to comment.