Skip to content

Commit 3ff5865

Browse files
committed
4.3.0
1 parent 65f6144 commit 3ff5865

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
1313

1414
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1515

16-
### Latest release Version 4.2.0 / June 05, 2024
16+
### Latest release Version 4.3.0 / June 24, 2024
1717

1818
### Maven
1919

@@ -23,7 +23,7 @@ Add to your `pom.xml`:
2323
<dependency>
2424
<groupId>org.htmlunit</groupId>
2525
<artifactId>htmlunit-websocket-client</artifactId>
26-
<version>4.2.0</version>
26+
<version>4.3.0</version>
2727
</dependency>
2828
```
2929

@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232
Add to your `build.gradle`:
3333

3434
```groovy
35-
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.2.0'
35+
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.3.0'
3636
```
3737

3838
### Last CI build
@@ -46,7 +46,7 @@ If you use maven please add:
4646
<dependency>
4747
<groupId>org.htmlunit</groupId>
4848
<artifactId>htmlunit-websocket-client</artifactId>
49-
<version>4.3.0-SNAPSHOT</version>
49+
<version>4.4.0-SNAPSHOT</version>
5050
</dependency>
5151

5252
You have to add the sonatype snapshot repository to your pom `repositories` section also:

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit-websocket-client</artifactId>
8-
<version>4.2.0</version>
8+
<version>4.3.0</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-jar-plugin</artifactId>
69-
<version>3.4.1</version>
69+
<version>3.4.2</version>
7070
<configuration>
7171
<archive>
7272
<manifest>
@@ -212,11 +212,11 @@
212212
</contributors>
213213
<distributionManagement>
214214
<snapshotRepository>
215-
<id>sonatype-nexus-snapshots</id>
215+
<id>s01-sonatype-nexus-snapshots</id>
216216
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
217217
</snapshotRepository>
218218
<repository>
219-
<id>sonatype-nexus-staging</id>
219+
<id>s01-sonatype-nexus-staging</id>
220220
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
221221
</repository>
222222
</distributionManagement>

0 commit comments

Comments
 (0)