@@ -11,9 +11,11 @@ using different versions of Jetty, this repo provides a shaded version of the je
11
11
12
12
### Project News
13
13
14
+ ** [ Developer Blog] [ 5 ] **
15
+
14
16
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
15
17
16
- ### Latest release Version 4.4 .0 / July 28 , 2024
18
+ ### Latest release Version 4.5 .0 / October 20 , 2024
17
19
18
20
### Maven
19
21
@@ -23,7 +25,7 @@ Add to your `pom.xml`:
23
25
<dependency >
24
26
<groupId >org.htmlunit</groupId >
25
27
<artifactId >htmlunit-websocket-client</artifactId >
26
- <version >4.4 .0</version >
28
+ <version >4.5 .0</version >
27
29
</dependency >
28
30
```
29
31
@@ -32,7 +34,7 @@ Add to your `pom.xml`:
32
34
Add to your ` build.gradle ` :
33
35
34
36
``` 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'
36
38
```
37
39
38
40
### Last CI build
@@ -47,7 +49,7 @@ If you use maven please add:
47
49
<dependency>
48
50
<groupId>org.htmlunit</groupId>
49
51
<artifactId>htmlunit-websocket-client</artifactId>
50
- <version>4.5 .0-SNAPSHOT</version>
52
+ <version>4.6 .0-SNAPSHOT</version>
51
53
</dependency>
52
54
53
55
You 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.
130
132
* append
131
133
* htmlunit-websocket-client-4.x.x.jar
132
134
* 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
133
137
* htmlunit-websocket-client-4.x.x-javadoc.jar
134
138
* 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
135
141
* and publish the release
136
142
137
143
* 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.
153
159
154
160
[ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ " HtmlUnit - Websocket Client CI "
155
161
[ 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