Skip to content

Commit

Permalink
prepare 2.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 23, 2022
1 parent cf6a947 commit 861eb43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.56.0 / December 12, 2021
Version 2.57.0 / January 23, 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.56.0</version>
<version>2.57.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.57.0-SNAPSHOT</version>
<version>2.58.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.56.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitdriver.version>2.56.0</htmlunitdriver.version>
<htmlunitdriver.version>2.57.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.11.0</htmlunitcssparser.version>
<htmlunitneko.version>2.57.0</htmlunitneko.version>
<htmlunitcorejs.version>2.57.0</htmlunitcorejs.version>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="2.57.0" date="Januar xx, 2022" description="Bugfixes, Chrome/Edge 97, Firefox 96">
<release version="2.57.0" date="Januar 23, 2022" description="Bugfixes, Chrome/Edge 97, Firefox 96, ValidityState, htmx support">
<action type="add" dev="rbri">
Quota simulation added to localStorage.
</action>
Expand All @@ -23,7 +23,7 @@
<action type="fix" dev="rbri" issue="435">
Fix duplicate classes inside our javadoc.
</action>
<action type="fix" dev="Ashley Frieze">
<action type="fix" dev="Ashley Frieze" issue="432">
The caching algorithm now observe the max-age headers.
</action>
<action type="add" dev="rbri">
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dl>
<dt>Latest release <date>December 12, 2021</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.56.0/">version 2.56.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.57.0/">version 2.57.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down

0 comments on commit 861eb43

Please sign in to comment.