Skip to content

Commit

Permalink
prepare 2.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 3, 2022
1 parent 2afe817 commit 6d02044
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 2.65.0 / October 03, 2022
Version 2.65.1 / October 03, 2022

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.65.0'
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.65.1'
```

## Overview
Expand Down Expand Up @@ -146,7 +146,7 @@ dependencies {
This project is licensed under the Apache 2.0 License


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.65.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.65.1/ "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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.66.0-SNAPSHOT</version>
<version>2.65.1</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -28,7 +28,7 @@
<htmlunitcssparser.version>1.12.0</htmlunitcssparser.version>
<htmlunitneko.version>2.65.0</htmlunitneko.version>
<htmlunitcorejs.version>2.65.0</htmlunitcorejs.version>
<htmlunitxpath.version>2.65.0-SNAPSHOT</htmlunitxpath.version>
<htmlunitxpath.version>2.65.0</htmlunitxpath.version>

<htmlunitdriver.version>4.5.0</htmlunitdriver.version>
<selenium.version>4.5.0</selenium.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.66.0" date="xxxx, 2022" description="Chrome/Edge 106, Bugfixes">
<release version="2.65.1" date="October 03, 2022" description="Bugfixes">
<action type="fix" dev="rbri">
Wrong dependency to htmlunit-xpath snapshot
</action>
<action type="fix" dev="rbri">
There was still a dependency to Xalan.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dl>
<dt>Latest release <date>October 03, 2022</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.65.0/">version 2.65.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.65.1/">version 2.65.1</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.65.0</version>
<version>2.65.1</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit 6d02044

Please sign in to comment.