From fa13c8066b13f27a92d0057d55bf64e6d66ddff2 Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Sun, 7 Aug 2022 13:22:05 +1000 Subject: [PATCH] Added jar manifest default implementation entries. Implements #1809 --- CHANGES | 3 +++ pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 4c7c671ff7..9b2b03653b 100644 --- a/CHANGES +++ b/CHANGES @@ -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. + + *** 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(). diff --git a/pom.xml b/pom.xml index 37f9e2ebb7..9650d72c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,9 @@ 3.2.2 + + true + org.jsoup