Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsoup-1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 29, 2023
1 parent d3a5724 commit 9dec1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.2-SNAPSHOT</version><!-- remember to update previous version below for japicmp -->
<version>1.17.2</version><!-- remember to update previous version below for japicmp -->
<url>https://jsoup.org/</url>
<description>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.</description>
<inceptionYear>2009</inceptionYear>
Expand All @@ -24,7 +24,7 @@
<url>https://github.com/jhy/jsoup</url>
<connection>scm:git:https://github.com/jhy/jsoup.git</connection>
<!-- <developerConnection>scm:git:git@github.com:jhy/jsoup.git</developerConnection> -->
<tag>HEAD</tag>
<tag>jsoup-1.17.2</tag>
</scm>
<organization>
<name>Jonathan Hedley</name>
Expand Down

0 comments on commit 9dec1ba

Please sign in to comment.