@@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
2222
2323[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
2424
25- ### Latest release Version 4.14 .0 / July 30 , 2025
25+ ### Latest release Version 4.15 .0 / August 17 , 2025
2626
2727### Maven
2828
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232<dependency >
3333 <groupId >org.htmlunit</groupId >
3434 <artifactId >htmlunit-csp</artifactId >
35- <version >4.14 .0</version >
35+ <version >4.15 .0</version >
3636</dependency >
3737```
3838
@@ -41,7 +41,7 @@ Add to your `pom.xml`:
4141Add to your ` build.gradle ` :
4242
4343``` groovy
44- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.14 .0'
44+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.15 .0'
4545```
4646
4747### A Note on CSP
@@ -108,7 +108,7 @@ If you use maven please add:
108108 <dependency>
109109 <groupId>org.htmlunit</groupId>
110110 <artifactId>htmlunit-csp</artifactId>
111- <version>4.15 .0-SNAPSHOT</version>
111+ <version>4.16 .0-SNAPSHOT</version>
112112 </dependency>
113113
114114You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
@@ -182,9 +182,8 @@ This part is intended for committer who are packaging a release.
182182 mvn -up clean deploy
183183```
184184
185- * Go to [ Sonatype staging repositories] ( https://s01.oss.sonatype.org/index.html#stagingRepositories ) and process the deploy
186- - select the repository and close it - wait until the close is processed
187- - release the package and wait until it is processed
185+ * Go to [ Maven Central Portal] ( https://central.sonatype.com/ ) and process the deploy
186+ - publish the package and wait until it is processed
188187
189188* Create the version on Github
190189 * login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
0 commit comments