Skip to content

Commit

Permalink
Add timestamp to jar file version.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Dec 27, 2021
1 parent e169754 commit d3943cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>impsave</groupId>
<artifactId>impsave</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.24</version>
<name>ImpSave</name>
<description>Companion program for Imperialism game, supporting autosaving and patches to fix crash bugs.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd.HHmmss</maven.build.timestamp.format>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
Expand Down

0 comments on commit d3943cf

Please sign in to comment.