Skip to content

Commit

Permalink
Removed SNAPSHOT from project.version and added minimizeJar true to m…
Browse files Browse the repository at this point in the history
…aven-shade-plugin
  • Loading branch information
maartenkroon committed Nov 17, 2023
1 parent de2e741 commit de57494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>imvertor_mk</groupId>
<artifactId>imvertor_mk</artifactId>
<version>1-SNAPSHOT</version>
<version>3.0.0</version>
<name>Imvertor</name>

<description>Imvertor under Maven</description>
Expand Down Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.1</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -397,6 +397,7 @@
</excludes>
</filter>
</filters>
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit de57494

Please sign in to comment.