From 3ff586563dd3d09c37494708f1ff24201aaefee7 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Mon, 24 Jun 2024 18:04:22 +0200 Subject: [PATCH] 4.3.0 --- README.md | 8 ++++---- pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b62e5be..4b486d5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ using different versions of Jetty, this repo provides a shaded version of the je [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 4.2.0 / June 05, 2024 +### Latest release Version 4.3.0 / June 24, 2024 ### Maven @@ -23,7 +23,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-websocket-client - 4.2.0 + 4.3.0 ``` @@ -32,7 +32,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.2.0' +implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.3.0' ``` ### Last CI build @@ -46,7 +46,7 @@ If you use maven please add: org.htmlunit htmlunit-websocket-client - 4.3.0-SNAPSHOT + 4.4.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: diff --git a/pom.xml b/pom.xml index ae7856c..ed033cc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.htmlunit htmlunit-websocket-client - 4.2.0 + 4.3.0 HtmlUnit WebSocket Client @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 @@ -212,11 +212,11 @@ - sonatype-nexus-snapshots + s01-sonatype-nexus-snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - sonatype-nexus-staging + s01-sonatype-nexus-staging https://s01.oss.sonatype.org/service/local/staging/deploy/maven2