Skip to content

Commit

Permalink
ready to realese first version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidNejadabbasi committed Mar 14, 2021
1 parent 23750e2 commit 6a910fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.omidn.pdfcreator</groupId>
<artifactId>PDFCreator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>


<properties>
Expand All @@ -33,6 +33,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
<mainClass>net.omidn.pdfcreator.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6a910fc

Please sign in to comment.