Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66d5804

Browse files
committed
prepare 2.52.0 release
1 parent d543de2 commit 66d5804

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 2.51.0 / July 04, 2021
3+
Version 2.52.0 / July 25, 2021
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -25,7 +25,7 @@ For maven, you would add:
2525
<dependency>
2626
<groupId>net.sourceforge.htmlunit</groupId>
2727
<artifactId>htmlunit</artifactId>
28-
<version>2.51.0</version>
28+
<version>2.52.0</version>
2929
</dependency>
3030

3131
Overview
@@ -76,7 +76,7 @@ If you use maven please add:
7676
<dependency>
7777
<groupId>net.sourceforge.htmlunit</groupId>
7878
<artifactId>htmlunit</artifactId>
79-
<version>2.52.0-SNAPSHOT</version>
79+
<version>2.53.0-SNAPSHOT</version>
8080
</dependency>
8181

8282
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -96,7 +96,7 @@ License
9696
This project is licensed under the Apache 2.0 License
9797

9898

99-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.51.0/ "HtmlUnit on sourceforge"
99+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.52.0/ "HtmlUnit on sourceforge"
100100
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Headless/ "HtmlUnit CI"
101101
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
102102
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit</artifactId>
7-
<version>2.52.0-SNAPSHOT</version>
7+
<version>2.52.0</version>
88
<name>HtmlUnit</name>
99
<organization>
1010
<name>Gargoyle Software Inc.</name>
@@ -24,7 +24,7 @@
2424
<maven.compiler.source>8</maven.compiler.source>
2525
<maven.compiler.target>8</maven.compiler.target>
2626

27-
<htmlunitdriver.version>2.51.0</htmlunitdriver.version>
27+
<htmlunitdriver.version>2.52.0</htmlunitdriver.version>
2828
<htmlunitcssparser.version>1.9.0</htmlunitcssparser.version>
2929
<htmlunitneko.version>2.52.0</htmlunitneko.version>
3030
<htmlunitcorejs.version>2.52.0</htmlunitcorejs.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="2.52.0" date="August xx, 2021" description="Bugfixes, Firefox 90">
10+
<release version="2.52.0" date="July 25, 2021" description="Bugfixes, Firefox 90">
1111
<action type="add" dev="rbri">
1212
More detailed tests and some fixes for HtmlArea processing.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dl>
5858
<dt>Latest release <date>May 16, 2021</date></dt>
5959
<dd>
60-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.51.0/">version 2.51.0</a></p>
60+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.52.0/">version 2.52.0</a></p>
6161
</dd>
6262

6363
<dt>Source code</dt>
@@ -175,7 +175,7 @@
175175
<dependency>
176176
<groupId>net.sourceforge.htmlunit</groupId>
177177
<artifactId>htmlunit</artifactId>
178-
<version>2.51.0</version>
178+
<version>2.52.0</version>
179179
</dependency>]]></source>
180180
</p>
181181

0 commit comments

Comments
 (0)