From 3f0256953a2938875dba33e58004037989985f7d Mon Sep 17 00:00:00 2001 From: Jonathan Hedley Date: Sun, 12 May 2019 16:53:46 -0700 Subject: [PATCH] [maven-release-plugin] prepare release jsoup-1.12.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1357607e5..35937e0188 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jsoup jsoup - 1.12.1-SNAPSHOT + 1.12.1 jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. 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.12.1 Jonathan Hedley