Skip to content

Commit

Permalink
prepare 2.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 5, 2023
1 parent 7927734 commit 9de1dba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 2.68.0 / December 28, 2022
Version 2.69.0 / January 05, 2023

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

Expand Down Expand Up @@ -37,7 +37,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.68.0</version>
<version>2.69.0</version>
</dependency>
```

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

```groovy
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.68.0'
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69.0'
```

## Overview
Expand Down Expand Up @@ -115,7 +115,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.69.0-SNAPSHOT</version>
<version>2.70.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -134,7 +134,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69.0-SNAPSHOT'
implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.70.0-SNAPSHOT'
// ...
}
```
Expand All @@ -147,7 +147,7 @@ dependencies {
This project is licensed under the Apache 2.0 License


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.68.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.69.0/ "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
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>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.69.0-SNAPSHOT</version>
<version>2.69.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</properties>

<body>
<release version="2.69.0" date="xx, 2023" description="Bugfixes">
<release version="2.69.0" date="January 05, 2023" description="Bugfixes">
<action type="fix" dev="rbri">
Xerces detection fixed (regression in 2.68.0).
Xerces detection fixed.
</action>
<action type="add" dev="rbri" issue="531">"
HtmlUnit is now regulary tested by Google OSS-Fuzz.
Expand Down
10 changes: 6 additions & 4 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>December 28, 2022</date></dt>
<dt>Latest release <date>January 05, 2023</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.68.0/">version 2.68.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.69.0/">version 2.69.0</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.68.0</version>
<version>2.69.0</version>
</dependency>]]></source>
</p>

Expand Down Expand Up @@ -213,7 +213,9 @@
The unit tests of some well-known JavaScript libraries are included in HtmlUnit's own unit tests; based on these unit
tests, the following libraries are known to work well with HtmlUnit:
<ul>
<li>htmx 1.6.1: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest.java">here</a>)</li>
<li>htmx 1.6.1: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x6x1.java">here</a>)</li>
<li>htmx 1.7.0: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x7x0.java">here</a>)</li>
<li>htmx 1.8.4: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x8x4.java">here</a>)</li>
<li>jQuery 1.11.3: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery1x11x3Test.java">here</a>)</li>
<li>jQuery 1.8.2: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery182Test.java">here</a>)</li>
<li>MochiKit 1.4.1: Full support (see unit tests <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/MochiKitTest.java">here</a>)</li>
Expand Down

0 comments on commit 9de1dba

Please sign in to comment.