@@ -11,9 +11,11 @@ using different versions of Jetty, this repo provides a shaded version of the je
1111
1212### Project News
1313
14+ ** [ Developer Blog] [ 5 ] **
15+
1416[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1517
16- ### Latest release Version 4.4 .0 / July 28 , 2024
18+ ### Latest release Version 4.5 .0 / October 20 , 2024
1719
1820### Maven
1921
@@ -23,7 +25,7 @@ Add to your `pom.xml`:
2325<dependency >
2426 <groupId >org.htmlunit</groupId >
2527 <artifactId >htmlunit-websocket-client</artifactId >
26- <version >4.4 .0</version >
28+ <version >4.5 .0</version >
2729</dependency >
2830```
2931
@@ -32,7 +34,7 @@ Add to your `pom.xml`:
3234Add to your ` build.gradle ` :
3335
3436``` groovy
35- implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.4 .0'
37+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.5 .0'
3638```
3739
3840### Last CI build
@@ -47,7 +49,7 @@ If you use maven please add:
4749 <dependency>
4850 <groupId>org.htmlunit</groupId>
4951 <artifactId>htmlunit-websocket-client</artifactId>
50- <version>4.5 .0-SNAPSHOT</version>
52+ <version>4.6 .0-SNAPSHOT</version>
5153 </dependency>
5254
5355You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -130,8 +132,12 @@ This part is intended for committer who are packaging a release.
130132 * append
131133 * htmlunit-websocket-client-4.x.x.jar
132134 * htmlunit-websocket-client-4.x.x.jar.asc
135+ * htmlunit-websocket-client-4.x.x.pom
136+ * htmlunit-websocket-client-4.x.x.pom.asc
133137 * htmlunit-websocket-client-4.x.x-javadoc.jar
134138 * htmlunit-websocket-client-4.x.x-javadoc.jar.asc
139+ * htmlunit-websocket-client-4.x.x-sources.jar
140+ * htmlunit-websocket-client-4.x.x-sources.jar.asc
135141 * and publish the release
136142
137143* Update the version number in pom.xml to start next snapshot development
@@ -153,4 +159,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
153159
154160[ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ " HtmlUnit - Websocket Client CI "
155161[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
156- [ 4 ] : https://fosstodon.org/@HtmlUnit
162+ [ 4 ] : https://fosstodon.org/@HtmlUnit
163+ [ 5 ] : https://htmlunit.github.io/htmlunit-blog/
0 commit comments