Skip to content

Commit

Permalink
prepare 2.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 2, 2022
1 parent 211af2d commit 6f02137
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.61.0 / April 25, 2022
Version 2.62.0 / June 02, 2022

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

Expand All @@ -25,7 +25,7 @@ For maven, you would add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.61.0</version>
<version>2.62.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.62.0-SNAPSHOT</version>
<version>2.63.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom repositories section:
Expand Down Expand Up @@ -109,7 +109,7 @@ License
This project is licensed under the Apache 2.0 License


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.61.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.62.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
4 changes: 2 additions & 2 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.62.0-SNAPSHOT</version>
<version>2.62.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -24,7 +24,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitdriver.version>2.62.0-SNAPSHOT</htmlunitdriver.version>
<htmlunitdriver.version>2.62.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.12.0</htmlunitcssparser.version>
<htmlunitneko.version>2.62.0</htmlunitneko.version>
<htmlunitcorejs.version>2.62.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,9 +7,9 @@
</properties>

<body>
<release version="2.62.0" date="May xx, 2022" description="Chrome/Edge 102, Firefox 101, Bugfixes">
<release version="2.62.0" date="June 02, 2022" description="Chrome/Edge 102, Firefox 101, Bugfixes">
<action> type="add" dev="rbri">
Introduce HtmlInput.getValue() & HtmlInput.setValue(String).
Introduce HtmlInput.getValue() and HtmlInput.setValue(String).
</action>
<action type="fix" dev="rbri" due-to="Rural Hunter">
core-js: Fix Object.getOwnPropertyDescriptors by fixing missing scope definitions.
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 @@ -56,9 +56,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>April 25, 2022</date></dt>
<dt>Latest release <date>June 02, 2022</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.61.0/">version 2.61.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.62.0/">version 2.62.0</a></p>
</dd>

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

Expand Down

0 comments on commit 6f02137

Please sign in to comment.