From 5e547e6451d977f6f9419b409441fcfdfed3393b Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 12 Jan 2025 11:29:41 +0100 Subject: [PATCH] 4.8.0 --- README.md | 17 +++++++---------- pom.xml | 6 +++--- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9f28a2e..916e29c 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future. ### Project News -**[Developer Blog][5]** +**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)** -[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] +[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit) -### Latest release Version 4.7.0 / November 29, 2024 +### Latest release Version 4.8.0 / January 12, 2024 ## Get it! @@ -30,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 4.7.0 + 4.8.0 ``` @@ -39,7 +39,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.7.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.8.0' ``` @@ -55,7 +55,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 4.8.0-SNAPSHOT + 4.9.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: @@ -162,7 +162,4 @@ This project is licensed under the Apache 2.0 License 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 -[5]: https://htmlunit.github.io/htmlunit-blog/ \ No newline at end of file +[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI" \ No newline at end of file diff --git a/pom.xml b/pom.xml index a1a0cc0..71d4557 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 4.8.0-SNAPSHOT + 4.8.0 HtmlUnit CSS Parser HtmlUnit @@ -198,7 +198,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 --allow-script-in-comments org.htmlunit.cssparser.parser.javacc @@ -322,7 +322,7 @@ org.junit.jupiter junit-jupiter-engine - 5.11.3 + 5.11.4 test