Skip to content

Commit aed4103

Browse files
committed
version 3.1.0
1 parent 25884ef commit aed4103

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.0.0 / March 19, 2023
3+
Version 3.1.0 / April 16, 2023
44

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

@@ -40,7 +40,7 @@ Add to your `pom.xml`:
4040
<dependency>
4141
<groupId>org.htmlunit</groupId>
4242
<artifactId>htmlunit</artifactId>
43-
<version>3.0.0</version>
43+
<version>3.1.0</version>
4444
</dependency>
4545
```
4646

@@ -49,7 +49,7 @@ Add to your `pom.xml`:
4949
Add to your `build.gradle`:
5050

5151
```groovy
52-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.0.0'
52+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0'
5353
```
5454

5555
## Overview
@@ -118,7 +118,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
118118
<dependency>
119119
<groupId>org.htmlunit</groupId>
120120
<artifactId>htmlunit</artifactId>
121-
<version>3.1.0-SNAPSHOT</version>
121+
<version>3.2.0-SNAPSHOT</version>
122122
</dependency>
123123
<!-- ... -->
124124
</dependencies>
@@ -137,7 +137,7 @@ repositories {
137137
}
138138
// ...
139139
dependencies {
140-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0-SNAPSHOT'
140+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0-SNAPSHOT'
141141
// ...
142142
}
143143
```

pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0-SNAPSHOT</version>
8+
<version>3.1.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -30,7 +30,7 @@
3030
<htmlunitcorejs.version>3.1.0</htmlunitcorejs.version>
3131
<htmlunitxpath.version>3.1.0</htmlunitxpath.version>
3232

33-
<htmlunitdriver.version>4.8.3-SNAPSHOT</htmlunitdriver.version>
33+
<htmlunitdriver.version>4.8.3</htmlunitdriver.version>
3434
<selenium.version>4.8.3</selenium.version>
3535

3636
<httpcomponents.version>4.5.14</httpcomponents.version>

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.1.0" date="March xx, 2023" description="Chrome/Edge 111, Firefox 111, Bugfixes">
10+
<release version="3.1.0" date="April 16, 2023" description="Chrome/Edge 111, Firefox 111, Html parser improved, for..of loops for HTMLCollections, Bugfixes">
1111
<action type="remove" dev="rbri">
1212
INCOMPATIBLE CHANGE: CookieManager.getPort(URL) removed. Looks like
1313
&lt;a href="http://code.google.com/p/googleappengine/issues/detail?id=4784"&gt; is solved.

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 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>March 19, 2023</date></dt>
60+
<dt>Latest release <date>April 16, 2023</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.0.0">version 3.0.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.1.0">version 3.1.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.htmlunit</groupId>
182182
<artifactId>htmlunit</artifactId>
183-
<version>3.0.0</version>
183+
<version>3.1.0</version>
184184
</dependency>]]></source>
185185
</p>
186186

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.0.0</version>
22+
<version>3.1.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)