From c5964172763e1495786ad584c368ac3346d0ca8c Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Wed, 24 Aug 2022 10:10:43 +1000 Subject: [PATCH] [maven-release-plugin] prepare release jsoup-1.15.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9650d72c0c..b78cd3a79b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jsoup jsoup - 1.15.3-SNAPSHOT + 1.15.3 jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do. https://jsoup.org/ 2009 @@ -24,7 +24,7 @@ https://github.com/jhy/jsoup scm:git:https://github.com/jhy/jsoup.git - HEAD + jsoup-1.15.3 Jonathan Hedley