Skip to content

Commit

Permalink
Merge pull request #125 from TomasHofman/manifest-versions
Browse files Browse the repository at this point in the history
fix: Add specification & implementation versions to MANIFEST.MF (MWTELE-90)
  • Loading branch information
jponge authored Jul 31, 2023
2 parents 2c7cec4 + d0c546f commit 1f1ba1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1f1ba1f

Please sign in to comment.