diff --git a/pom.xml b/pom.xml index 7d96e16ab5..7141aa38fc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jsoup jsoup - 1.14.3-SNAPSHOT + 1.14.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.14.3 Jonathan Hedley