@@ -15,7 +15,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
15
15
16
16
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
17
17
18
- ### Latest release Version 4.13 .0 / June 03 , 2025
18
+ ### Latest release Version 4.14 .0 / July 30 , 2025
19
19
20
20
### Maven
21
21
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
25
25
<dependency >
26
26
<groupId >org.htmlunit</groupId >
27
27
<artifactId >htmlunit-websocket-client</artifactId >
28
- <version >4.13 .0</version >
28
+ <version >4.14 .0</version >
29
29
</dependency >
30
30
```
31
31
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
34
34
Add to your ` build.gradle ` :
35
35
36
36
``` groovy
37
- implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.13 .0'
37
+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.14 .0'
38
38
```
39
39
40
40
### Last CI build
@@ -49,22 +49,24 @@ If you use maven please add:
49
49
<dependency>
50
50
<groupId>org.htmlunit</groupId>
51
51
<artifactId>htmlunit-websocket-client</artifactId>
52
- <version>4.14 .0-SNAPSHOT</version>
52
+ <version>4.15 .0-SNAPSHOT</version>
53
53
</dependency>
54
54
55
- You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
55
+ You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
56
56
57
- <repository>
58
- <id>OSS Sonatype snapshots</id>
59
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
60
- <snapshots>
61
- <enabled>true</enabled>
62
- <updatePolicy>always</updatePolicy>
63
- </snapshots>
64
- <releases>
65
- <enabled>false</enabled>
66
- </releases>
67
- </repository>
57
+ <repositories>
58
+ <repository>
59
+ <name>Central Portal Snapshots</name>
60
+ <id>central-portal-snapshots</id>
61
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
62
+ <releases>
63
+ <enabled>false</enabled>
64
+ </releases>
65
+ <snapshots>
66
+ <enabled>true</enabled>
67
+ </snapshots>
68
+ </repository>
69
+ </repositories>
68
70
69
71
70
72
## Start HtmlUnit - Websocket Client Development
@@ -121,9 +123,8 @@ This part is intended for committer who are packaging a release.
121
123
mvn -up clean deploy
122
124
```
123
125
124
- * Go to [ Sonatype staging repositories] ( https://s01.oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
125
- - select the repository and close it - wait until the close is processed
126
- - release the package and wait until it is processed
126
+ * Go to [ Maven Central Portal] ( https://central.sonatype.com/ ) and process the deploy
127
+ - publish the package and wait until it is processed
127
128
128
129
* Create the version on Github
129
130
* login to Github and open project https://github.com/HtmlUnit/htmlunit-websocket-client
0 commit comments