Skip to content

Commit

Permalink
fix: MANIFEST.MF contains outdated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 10, 2025
1 parent 03ac9a5 commit d920d63
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>2.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 d920d63

Please sign in to comment.