Skip to content

Commit

Permalink
version 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 10, 2024
1 parent 60dfbe7 commit 613a275
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 3.10.0 / January 14, 2024
Version 3.11.0 / February 10, 2024

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

Expand Down Expand Up @@ -38,7 +38,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
</dependency>
```

Expand All @@ -47,7 +47,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.10.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0'
```

## Vulnerabilities
Expand Down Expand Up @@ -141,7 +141,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.12.0-SNAPSHOT'
// ...
}
```
Expand Down Expand Up @@ -185,7 +185,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.10.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.11.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://www.htmlunit.org "https://www.htmlunit.org"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.11.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="3.11.0" date="February xx, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes">
<release version="3.11.0" date="February 10, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes">
<action type="fix" dev="rbri">
Fix NPE when defining a javascript constructor alias for a non existing constructor.
</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 @@ -57,9 +57,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>January 14, 2024</date></dt>
<dt>Latest release <date>February 10, 2024</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.10.0">version 3.10.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.11.0">version 3.11.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<source><![CDATA[<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
</dependency>]]></source>
</subsection>

Expand Down

0 comments on commit 613a275

Please sign in to comment.