From ae1585e9181ee44d32fb21ed0db1b7a39cd31dba Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Fri, 18 Oct 2024 08:09:07 +0200 Subject: [PATCH] 4.5.0 --- README.md | 13 ++++++++----- pom.xml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 393b2b4..1f90bce 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future. ### Project News +**[Developer Blog][5]** + [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 4.4.0 / July 28, 2024 +### Latest release Version 4.5.0 / October 20, 2024 ## Get it! @@ -28,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 4.4.0 + 4.5.0 ``` @@ -37,7 +39,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5.0' ``` @@ -53,7 +55,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 4.5.0-SNAPSHOT + 4.6.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: @@ -158,4 +160,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past. [2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI" [3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit" -[4]: https://fosstodon.org/@HtmlUnit \ No newline at end of file +[4]: https://fosstodon.org/@HtmlUnit +[5]: https://htmlunit.github.io/htmlunit-blog/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1c8426c..3faf069 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 4.5.0-SNAPSHOT + 4.5.0 HtmlUnit CSS Parser HtmlUnit