-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release jsoup-1.15.3
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
<groupId>org.jsoup</groupId> | ||
<artifactId>jsoup</artifactId> | ||
<version>1.15.3-SNAPSHOT</version><!-- remember to update previous version below for japicmp --> | ||
<version>1.15.3</version><!-- remember to update previous version below for japicmp --> | ||
<description>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.</description> | ||
<url>https://jsoup.org/</url> | ||
<inceptionYear>2009</inceptionYear> | ||
|
@@ -24,7 +24,7 @@ | |
<url>https://github.com/jhy/jsoup</url> | ||
<connection>scm:git:https://github.com/jhy/jsoup.git</connection> | ||
<!-- <developerConnection>scm:git:[email protected]:jhy/jsoup.git</developerConnection> --> | ||
<tag>HEAD</tag> | ||
<tag>jsoup-1.15.3</tag> | ||
</scm> | ||
<organization> | ||
<name>Jonathan Hedley</name> | ||
|