Skip to content

Commit b02837b

Browse files
committed
[maven-release-plugin] prepare release jsoup-1.21.2
1 parent 1f0c207 commit b02837b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.21.2-SNAPSHOT</version><!-- remember to update previous version below for japicmp -->
8+
<version>1.21.2</version><!-- remember to update previous version below for japicmp -->
99
<url>https://jsoup.org/</url>
1010
<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>
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:git@github.com:jhy/jsoup.git</developerConnection> -->
27-
<tag>HEAD</tag>
27+
<tag>jsoup-1.21.2</tag>
2828
</scm>
2929
<organization>
3030
<name>Jonathan Hedley</name>
@@ -291,7 +291,7 @@
291291
<onlyModified>false</onlyModified>
292292
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
293293
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
294-
<excludes></excludes>
294+
<excludes />
295295
<overrideCompatibilityChangeParameters>
296296
<!-- allows new default and move to default methods. compatible as long as existing binaries aren't making calls via reflection. if so, they need to catch errors anyway. -->
297297
<overrideCompatibilityChangeParameter>

0 commit comments

Comments
 (0)