@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
2020
2121[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
2222
23- ### Latest release Version 3.9 .0 / December 03, 2023
23+ ### Latest release Version 3.10 .0 / January 14, 2024
2424
2525### Maven
2626
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030<dependency >
3131 <groupId >org.htmlunit</groupId >
3232 <artifactId >htmlunit-csp</artifactId >
33- <version >3.9 .0</version >
33+ <version >3.10 .0</version >
3434</dependency >
3535```
3636
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939Add to your ` build.gradle ` :
4040
4141``` 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'
4343```
4444
4545### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
106106 <dependency>
107107 <groupId>org.htmlunit</groupId>
108108 <artifactId>htmlunit-csp</artifactId>
109- <version>3.10 .0-SNAPSHOT</version>
109+ <version>3.11 .0-SNAPSHOT</version>
110110 </dependency>
111111
112112You 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.
178178* Create the version on Github
179179 * login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
180180 * 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)
182182 * append
183183 * htmlunit-csp-3.x.x.jar
184184 * htmlunit-csp-3.x.x.jar.asc
0 commit comments