Skip to content

Commit e808eba

Browse files
committed
prepare 2.47.0
1 parent 164888c commit e808eba

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

README.md

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

3-
Version 2.47.1 / February 7, 2021
3+
Version 2.48.0 / March 20, 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.47.1</version>
28+
<version>2.48.0</version>
2929
</dependency>
3030

3131
Overview
@@ -91,7 +91,7 @@ License
9191
This project is licensed under the Apache 2.0 License
9292

9393

94-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.47.1/ "HtmlUnit on sourceforge"
94+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.48.0/ "HtmlUnit on sourceforge"
9595
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Headless/ "HtmlUnit CI"
9696
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
9797
[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.48.0-SNAPSHOT</version>
7+
<version>2.48.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.48.0-SNAPSHOT</htmlunitdriver.version>
27+
<htmlunitdriver.version>2.48.0</htmlunitdriver.version>
2828
<htmlunitcssparser.version>1.7.0</htmlunitcssparser.version>
2929
<htmlunitneko.version>2.48.0</htmlunitneko.version>
3030
<htmlunitcorejs.version>2.48.0</htmlunitcorejs.version>

src/changes/changes.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
</properties>
88

99
<body>
10-
<release version="2.48.0" date="xx, 2021" description="Bugfixes, Chrome/Edge 89, Firefox 86">
10+
<release version="2.48.0" date="March 20, 2021" description="Bugfixes, Chrome/Edge 89, Firefox 86">
11+
<action type="fix" dev="rbri">
12+
HtmlNumberInput checkValidity() fixes.
13+
</action>
1114
<action type="update" dev="rbri">
1215
Upgrade Apache log4j-api to 2.14.1.
1316
</action>
@@ -24,7 +27,7 @@
2427
core-js: Array length limit check fixed.
2528
</action>
2629
<action type="add" dev="RhinoTeam">
27-
core-js: Exponentiation Operator support added.
30+
core-js: Exponentiation operator support added.
2831
</action>
2932
<action type="add" dev="rbri">
3033
FAQ updates.

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>February 7, 2021</date></dt>
5959
<dd>
60-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.47.1/">version 2.47.1</a></p>
60+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.48.0/">version 2.48.0</a></p>
6161
</dd>
6262

6363
<dt>Source code</dt>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>net.sourceforge.htmlunit</groupId>
171171
<artifactId>htmlunit</artifactId>
172-
<version>2.47.1</version>
172+
<version>2.48.0</version>
173173
</dependency>]]></source>
174174
</p>
175175

0 commit comments

Comments
 (0)