Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 24, 2024
1 parent 65f6144 commit 3ff5865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -23,7 +23,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
</dependency>
```

Expand All @@ -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
Expand All @@ -46,7 +46,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-websocket-client</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>

<name>HtmlUnit WebSocket Client</name>
<organization>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -212,11 +212,11 @@
</contributors>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<id>s01-sonatype-nexus-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<id>s01-sonatype-nexus-staging</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 3ff5865

Please sign in to comment.