Skip to content

Commit 7196bec

Browse files
committed
3.10.0
1 parent d3bdd25 commit 7196bec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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`:
3939
Add 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

112112
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.
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-csp</artifactId>
7-
<version>3.10.0-SNAPSHOT</version>
7+
<version>3.10.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)