Skip to content

Commit

Permalink
prepare 2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 4, 2022
1 parent d9ffe97 commit 1ff2dec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 2.57.0 / January 23, 2022
Version 2.58.0 / February 4, 2022

:heart: [Sponsor](https:/sponsors/rbri)

Expand All @@ -25,7 +25,7 @@ For maven, you would add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.57.0</version>
<version>2.58.0</version>
</dependency>

Overview
Expand Down Expand Up @@ -76,7 +76,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.58.0-SNAPSHOT</version>
<version>2.59.0-SNAPSHOT</version>
</dependency>

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


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.58.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.58.0-SNAPSHOT</version>
<version>2.58.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -24,10 +24,10 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitdriver.version>2.57.0</htmlunitdriver.version>
<htmlunitdriver.version>2.58.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.11.0</htmlunitcssparser.version>
<htmlunitneko.version>2.58.0-SNAPSHOT</htmlunitneko.version>
<htmlunitcorejs.version>2.58.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitneko.version>2.58.0</htmlunitneko.version>
<htmlunitcorejs.version>2.58.0</htmlunitcorejs.version>

<httpcomponents.version>4.5.13</httpcomponents.version>
<jetty.version>9.4.44.v20210927</jetty.version>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
</properties>

<body>
<release version="2.58.0" date="February x, 2022" description="Bugfixes">
<release version="2.58.0" date="February 4, 2022" description="Bugfixes">
<action type="update" dev="rbri">
neko: Switch to xerces 2.12.2.
</action>
<action type="fix" dev="rbri" issue="439">
asNormalizedText() uses the default style to determine blocks if css is disabled.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>December 12, 2021</date></dt>
<dt>Latest release <date>February 4, 2022</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.0/">version 2.57.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.58.0/">version 2.58.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.57.0</version>
<version>2.58.0</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit 1ff2dec

Please sign in to comment.