From c0672af15df28910a5ed5c06e2ed3bf085e22f81 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Tue, 2 Apr 2024 11:51:42 +0200 Subject: [PATCH] version 4.0.0 --- README.md | 12 ++++++------ pom.xml | 4 ++-- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 39eecab01d9..ef6e1151d92 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit -Version 3.11.0 / February 10, 2024 +Version 4.0.0 / April 1, 2024 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -38,7 +38,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 3.11.0 + 4.0.0 ``` @@ -47,7 +47,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.0.0' ``` ## Vulnerabilities @@ -121,7 +121,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 3.11.0-SNAPSHOT + 4.1.0-SNAPSHOT @@ -140,7 +140,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.12.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.1.0-SNAPSHOT' // ... } ``` @@ -184,7 +184,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and [![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit) -[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.11.0/ "HtmlUnit on sourceforge" +[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/4.0.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 59f1692a6ac..e4bb34ced92 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 4.0.0-SNAPSHOT + 4.0.0 HtmlUnit Gargoyle Software Inc. @@ -34,7 +34,7 @@ 4.5.14 - 4.19.0-SNAPSHOT + 4.19.1 4.19.1 9.4.54.v20240208 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d50101b50ed..cf3432f70e5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + IE is no longer supported. This implies the largest change of the code base during the last > 10 years. More than 200 flags removed from the code and about 6.000 test case expectations adjusted. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7b474981a68..bdb9ba913ab 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -57,9 +57,9 @@

-
Latest release February 10, 2024
+
Latest release April 01, 2024
-

version 3.11.0

+

version 4.0.0

Source code
@@ -184,7 +184,7 @@ org.htmlunit htmlunit - 3.11.0 + 4.0.0 ]]>