@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
20
20
21
21
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
22
22
23
- ### Latest release Version 3.9 .0 / December 03, 2023
23
+ ### Latest release Version 3.10 .0 / January 14, 2024
24
24
25
25
### Maven
26
26
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
30
30
<dependency >
31
31
<groupId >org.htmlunit</groupId >
32
32
<artifactId >htmlunit-csp</artifactId >
33
- <version >3.9 .0</version >
33
+ <version >3.10 .0</version >
34
34
</dependency >
35
35
```
36
36
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
39
39
Add to your ` build.gradle ` :
40
40
41
41
``` groovy
42
- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.9 .0'
42
+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.10 .0'
43
43
```
44
44
45
45
### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
106
106
<dependency>
107
107
<groupId>org.htmlunit</groupId>
108
108
<artifactId>htmlunit-csp</artifactId>
109
- <version>3.10 .0-SNAPSHOT</version>
109
+ <version>3.11 .0-SNAPSHOT</version>
110
110
</dependency>
111
111
112
112
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -178,7 +178,7 @@ This part is intended for committer who are packaging a release.
178
178
* Create the version on Github
179
179
* login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
180
180
* click Releases > Draft new release
181
- * fill the tag and title field with the release number (e.g. 3.9 .0)
181
+ * fill the tag and title field with the release number (e.g. 3.10 .0)
182
182
* append
183
183
* htmlunit-csp-3.x.x.jar
184
184
* htmlunit-csp-3.x.x.jar.asc
0 commit comments