From 75e086144b47e4415b12437bbeff79b01b81fddd Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Wed, 28 Dec 2022 19:05:20 +0100 Subject: [PATCH] prepare 2.68.0 --- README.md | 12 ++++++------ pom.xml | 2 +- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dcfadb4a572..cfb9f1112ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit -Version 2.67.0 / November 22, 2022 +Version 2.68.0 / December 28, 2022 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -37,7 +37,7 @@ Add to your `pom.xml`: net.sourceforge.htmlunit htmlunit - 2.67.0 + 2.68.0 ``` @@ -46,7 +46,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.67.0' +implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.68.0' ``` ## Overview @@ -115,7 +115,7 @@ Add the snapshot repository and dependency to your `pom.xml`: net.sourceforge.htmlunit htmlunit - 2.68.0-SNAPSHOT + 2.69.0-SNAPSHOT @@ -134,7 +134,7 @@ repositories { } // ... dependencies { - implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.68.0-SNAPSHOT' + implementation group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.69.0-SNAPSHOT' // ... } ``` @@ -147,7 +147,7 @@ dependencies { This project is licensed under the Apache 2.0 License -[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.67.0/ "HtmlUnit on sourceforge" +[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.68.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/" diff --git a/pom.xml b/pom.xml index a62d7e716d2..65e96e87153 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 net.sourceforge.htmlunit htmlunit - 2.68.0-SNAPSHOT + 2.68.0 HtmlUnit Gargoyle Software Inc. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa090d4aa39..f04a147dcfb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + cssparser: typo when skipping a rule containing em values. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4ce4c873045..257e4d62278 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -56,9 +56,9 @@

-
Latest release November 20, 2022
+
Latest release December 28, 2022
-

version 2.67.0

+

version 2.68.0

Source code
@@ -179,7 +179,7 @@ net.sourceforge.htmlunit htmlunit - 2.67.0 + 2.68.0 ]]>