diff --git a/README.md b/README.md index dcb0e086ef1..3a656c1092f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit -Version 3.6.0 / October 03, 2023 +Version 3.7.0 / October 30, 2023 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -38,7 +38,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 3.6.0 + 3.7.0 ``` @@ -47,7 +47,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0' ``` ## Vulnerabilities @@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 3.7.0-SNAPSHOT + 3.8.0-SNAPSHOT @@ -141,7 +141,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.8.0-SNAPSHOT' // ... } ``` @@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License [![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit) -[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.6.0/ "HtmlUnit on sourceforge" +[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.7.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" diff --git a/pom.xml b/pom.xml index 86e7e8242d0..849c8e6afb4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 3.7.0-SNAPSHOT + 3.7.0 HtmlUnit Gargoyle Software Inc. @@ -30,7 +30,7 @@ 3.7.0 3.7.0 - 4.14.1-SNAPSHOT + 4.14.1 4.14.1 4.5.14 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 42628488210..4ccc96b7048 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + INCOMPATIBLE CHANGE: For this version, the processing of WebWindowListener events got many changes/fixes/improvements. The main point was to let this work as stable as possible even if many WebWindowListener are registred. Also the state diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index da868ec535e..9a142ae0a02 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -57,9 +57,9 @@

-
Latest release October 03, 2023
+
Latest release October 30, 2023
-

version 3.6.0

+

version 3.7.0

Source code
diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml index 5c4c9b8b3d3..82577cbd1d4 100644 --- a/src/site/xdoc/migration.xml +++ b/src/site/xdoc/migration.xml @@ -19,7 +19,7 @@ org.htmlunit htmlunit - 3.6.0 + 3.7.0 ]]>