Skip to content

Commit fa13c80

Browse files
committed
Added jar manifest default implementation entries.
Implements #1809
1 parent 5b19390 commit fa13c80

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Release 1.15.3 [PENDING]
44
* Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the
55
original parse.
66

7+
* Build Improvement: added implementation version and related fields to the jar manifest.
8+
<https://github.com/jhy/jsoup/issues/1809>
9+
710
*** Release 1.15.2 [2022-Jul-04]
811
* Improvement: added the ability to track the position (line, column, index) in the original input source from where
912
a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange().

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
<version>3.2.2</version>
124124
<configuration>
125125
<archive>
126+
<manifest>
127+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
128+
</manifest>
126129
<manifestEntries>
127130
<Automatic-Module-Name>org.jsoup</Automatic-Module-Name>
128131
</manifestEntries>

0 commit comments

Comments
 (0)