Skip to content

Commit 613a275

Browse files
committed
version 3.11.0
1 parent 60dfbe7 commit 613a275

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 3.10.0 / January 14, 2024
3+
Version 3.11.0 / February 10, 2024
44

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

@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838
<dependency>
3939
<groupId>org.htmlunit</groupId>
4040
<artifactId>htmlunit</artifactId>
41-
<version>3.10.0</version>
41+
<version>3.11.0</version>
4242
</dependency>
4343
```
4444

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

4949
```groovy
50-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.10.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0'
5151
```
5252

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

187187

188-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.10.0/ "HtmlUnit on sourceforge"
188+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.11.0/ "HtmlUnit on sourceforge"
189189
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
190190
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
191191
[4]: https://www.htmlunit.org "https://www.htmlunit.org"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>3.11.0-SNAPSHOT</version>
8+
<version>3.11.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="3.11.0" date="February xx, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes">
10+
<release version="3.11.0" date="February 10, 2024" description="Chrome/Edge 121, Firefox 122, many Neko improvements, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
Fix NPE when defining a javascript constructor alias for a non existing constructor.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<section name="Where to find...">
5858
<p>
5959
<dl>
60-
<dt>Latest release <date>January 14, 2024</date></dt>
60+
<dt>Latest release <date>February 10, 2024</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.10.0">version 3.10.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.11.0">version 3.11.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>

src/site/xdoc/migration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<source><![CDATA[<dependency>
2020
<groupId>org.htmlunit</groupId>
2121
<artifactId>htmlunit</artifactId>
22-
<version>3.10.0</version>
22+
<version>3.11.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)