@@ -17,7 +17,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
1717
1818[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1919
20- ### Latest release Version 3.9.0 / December xx , 2023
20+ ### Latest release Version 3.9.0 / December 03 , 2023
2121
2222### Maven
2323
@@ -27,7 +27,7 @@ Add to your `pom.xml`:
2727<dependency >
2828 <groupId >org.htmlunit</groupId >
2929 <artifactId >htmlunit-csp</artifactId >
30- <version >3.8 .0</version >
30+ <version >3.9 .0</version >
3131</dependency >
3232```
3333
@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636Add to your ` build.gradle ` :
3737
3838``` groovy
39- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.8 .0'
39+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.9 .0'
4040```
4141
4242### Last CI build
@@ -50,7 +50,7 @@ If you use maven please add:
5050 <dependency>
5151 <groupId>org.htmlunit</groupId>
5252 <artifactId>htmlunit-csp</artifactId>
53- <version>3.9 .0-SNAPSHOT</version>
53+ <version>3.10 .0-SNAPSHOT</version>
5454 </dependency>
5555
5656You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -122,7 +122,7 @@ This part is intended for committer who are packaging a release.
122122* Create the version on Github
123123 * login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
124124 * click Releases > Draft new release
125- * fill the tag and title field with the release number (e.g. 3.8 .0)
125+ * fill the tag and title field with the release number (e.g. 3.9 .0)
126126 * append
127127 * htmlunit-csp-3.x.x.jar
128128 * htmlunit-csp-3.x.x.jar.asc
0 commit comments