From 2a174dceab361cc3aca2f48c75ae2de21e56123c Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Wed, 27 Nov 2024 11:52:18 +1100 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f53e644879..66bae439a8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jsoup jsoup - 1.18.2 + 1.19.1-SNAPSHOT https://jsoup.org/ jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers. 2009 @@ -24,7 +24,7 @@ https://github.com/jhy/jsoup scm:git:https://github.com/jhy/jsoup.git - jsoup-1.18.2 + HEAD Jonathan Hedley