Skip to content

Commit

Permalink
stamp version info into manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Mar 25, 2022
1 parent 76b24ba commit cebbf0c
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 @@ -162,6 +162,8 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.globalbioticinteractions.elton.Elton</mainClass>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
<Project-Version>${project.version}</Project-Version>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</transformer>
Expand Down

0 comments on commit cebbf0c

Please sign in to comment.