Skip to content

Commit

Permalink
Add Implementation-Version to the manifest by default
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck authored and sebastienvermeille committed Sep 27, 2023
1 parent 720fc94 commit 63660d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@
<Version>${project.version}</Version>
<!-- ${buildNumber} is generated by the buildnumber-maven-plugin -->
<Implementation-Build>${buildNumber}</Implementation-Build>
<!-- This is used to get plugin version at runtime using getPackage().getImplementationVersion() -->
<Implementation-Version>${project.version}</Implementation-Version>
<Build-Time>${timestamp}</Build-Time>
</manifestEntries>
</archive>
Expand Down

0 comments on commit 63660d2

Please sign in to comment.