Skip to content

Commit

Permalink
Merge pull request #84 from sebthom/manifest
Browse files Browse the repository at this point in the history
fix: MANIFEST.MF contains outdated version
  • Loading branch information
headius authored Jan 15, 2025
2 parents 2b1d2d4 + d920d63 commit a8bdae1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.MF

This file was deleted.

9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,14 @@
<version>3.4.2</version>
<configuration>
<archive>
<manifestFile>MANIFEST.MF</manifestFile>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Specification-Title>Joni (Java port of Oniguruma)</Specification-Title>
<Implementation-Title>Joni (Java port of Oniguruma)</Implementation-Title>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand Down

0 comments on commit a8bdae1

Please sign in to comment.