From aed4103c9bb22b5cf75be0d2e26e39239e160f80 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sun, 16 Apr 2023 13:07:24 +0200 Subject: [PATCH] version 3.1.0 --- README.md | 10 +++++----- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 6 +++--- src/site/xdoc/migration.xml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2d678334d89..fba8b99e3e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HtmlUnit -Version 3.0.0 / March 19, 2023 +Version 3.1.0 / April 16, 2023 :heart: [Sponsor](https://github.com/sponsors/rbri) @@ -40,7 +40,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit - 3.0.0 + 3.1.0 ``` @@ -49,7 +49,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.0.0' +implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0' ``` ## Overview @@ -118,7 +118,7 @@ Add the snapshot repository and dependency to your `pom.xml`: org.htmlunit htmlunit - 3.1.0-SNAPSHOT + 3.2.0-SNAPSHOT @@ -137,7 +137,7 @@ repositories { } // ... dependencies { - implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0-SNAPSHOT' + implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0-SNAPSHOT' // ... } ``` diff --git a/pom.xml b/pom.xml index 7a2ddcf8e61..bd051a3f02f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit htmlunit - 3.1.0-SNAPSHOT + 3.1.0 HtmlUnit Gargoyle Software Inc. @@ -30,7 +30,7 @@ 3.1.0 3.1.0 - 4.8.3-SNAPSHOT + 4.8.3 4.8.3 4.5.14 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d65e43af28a..20f18e30c77 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ - + INCOMPATIBLE CHANGE: CookieManager.getPort(URL) removed. Looks like <a href="http://code.google.com/p/googleappengine/issues/detail?id=4784"> is solved. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0e55fa26b67..e4ecd4790ef 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -57,9 +57,9 @@

-
Latest release March 19, 2023
+
Latest release April 16, 2023
-

version 3.0.0

+

version 3.1.0

Source code
@@ -180,7 +180,7 @@ org.htmlunit htmlunit - 3.0.0 + 3.1.0 ]]>

diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml index 8c55739660f..07dcb2962f4 100644 --- a/src/site/xdoc/migration.xml +++ b/src/site/xdoc/migration.xml @@ -19,7 +19,7 @@ org.htmlunit htmlunit - 3.0.0 + 3.1.0 ]]>