Skip to content

Commit

Permalink
3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 14, 2024
1 parent d3bdd25 commit 7196bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]

### Latest release Version 3.9.0 / December 03, 2023
### Latest release Version 3.10.0 / January 14, 2024

### Maven

Expand All @@ -30,7 +30,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.9.0'
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.10.0'
```

### A Note on CSP
Expand Down Expand Up @@ -106,7 +106,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.11.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down Expand Up @@ -178,7 +178,7 @@ This part is intended for committer who are packaging a release.
* Create the version on Github
* login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
* click Releases > Draft new release
* fill the tag and title field with the release number (e.g. 3.9.0)
* fill the tag and title field with the release number (e.g. 3.10.0)
* append
* htmlunit-csp-3.x.x.jar
* htmlunit-csp-3.x.x.jar.asc
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<name>HtmlUnit Content-Security-Policy Parser</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit 7196bec

Please sign in to comment.