Skip to content

Commit

Permalink
version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 16, 2023
1 parent 25884ef commit aed4103
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.0.0 / March 19, 2023
Version 3.1.0 / April 16, 2023

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

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

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

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.0.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0'
```

## Overview
Expand Down Expand Up @@ -118,7 +118,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -137,7 +137,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0-SNAPSHOT'
// ...
}
```
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>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -30,7 +30,7 @@
<htmlunitcorejs.version>3.1.0</htmlunitcorejs.version>
<htmlunitxpath.version>3.1.0</htmlunitxpath.version>

<htmlunitdriver.version>4.8.3-SNAPSHOT</htmlunitdriver.version>
<htmlunitdriver.version>4.8.3</htmlunitdriver.version>
<selenium.version>4.8.3</selenium.version>

<httpcomponents.version>4.5.14</httpcomponents.version>
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.1.0" date="March xx, 2023" description="Chrome/Edge 111, Firefox 111, Bugfixes">
<release version="3.1.0" date="April 16, 2023" description="Chrome/Edge 111, Firefox 111, Html parser improved, for..of loops for HTMLCollections, Bugfixes">
<action type="remove" dev="rbri">
INCOMPATIBLE CHANGE: CookieManager.getPort(URL) removed. Looks like
&lt;a href="http://code.google.com/p/googleappengine/issues/detail?id=4784"&gt; is solved.
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 @@ -57,9 +57,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>March 19, 2023</date></dt>
<dt>Latest release <date>April 16, 2023</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.0.0">version 3.0.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.1.0">version 3.1.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>]]></source>
</p>

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.0.0</version>
<version>3.1.0</version>
</dependency>]]></source>
</subsection>

Expand Down

0 comments on commit aed4103

Please sign in to comment.