Skip to content

Commit 19c7732

Browse files
committed
[maven-release-plugin] prepare release jsoup-1.14.2
1 parent acde180 commit 19c7732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jsoup</groupId>
77
<artifactId>jsoup</artifactId>
8-
<version>1.14.2-SNAPSHOT</version>
8+
<version>1.14.2</version>
99
<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>
1010
<url>https://jsoup.org/</url>
1111
<inceptionYear>2009</inceptionYear>
@@ -24,7 +24,7 @@
2424
<url>https://github.com/jhy/jsoup</url>
2525
<connection>scm:git:https://github.com/jhy/jsoup.git</connection>
2626
<!-- <developerConnection>scm:git:[email protected]:jhy/jsoup.git</developerConnection> -->
27-
<tag>HEAD</tag>
27+
<tag>jsoup-1.14.2</tag>
2828
</scm>
2929
<organization>
3030
<name>Jonathan Hedley</name>

0 commit comments

Comments
 (0)