Skip to content

Commit

Permalink
1.4, using finalName to get rid of the version number in the jar name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghe2014 committed Dec 30, 2020
1 parent 606c124 commit 7d3b75b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>hellofx</artifactId>
<version>1.3</version>
<version>1.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -29,6 +29,7 @@
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit 7d3b75b

Please sign in to comment.