Skip to content

Commit

Permalink
Added jar manifest default implementation entries.
Browse files Browse the repository at this point in the history
Implements #1809
  • Loading branch information
jhy committed Aug 7, 2022
1 parent 5b19390 commit fa13c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -4,6 +4,9 @@ Release 1.15.3 [PENDING]
* Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the
original parse.

* Build Improvement: added implementation version and related fields to the jar manifest.
<https://github.com/jhy/jsoup/issues/1809>

*** Release 1.15.2 [2022-Jul-04]
* Improvement: added the ability to track the position (line, column, index) in the original input source from where
a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange().
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -123,6 +123,9 @@
<version>3.2.2</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>org.jsoup</Automatic-Module-Name>
</manifestEntries>
Expand Down

0 comments on commit fa13c80

Please sign in to comment.