Skip to content

Commit 9aa5220

Browse files
committed
3.9.0
1 parent 86177c9 commit 9aa5220

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

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

5656
You 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

pom.xml

Lines changed: 6 additions & 2 deletions
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.9.0-SNAPSHOT</version>
7+
<version>3.9.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -21,6 +21,10 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<dependencycheck.version>8.4.0</dependencycheck.version>
24+
<spotbugs.version>4.8.1</spotbugs.version>
25+
<pmd.version>6.55.0</pmd.version>
26+
<spotless.version>2.38.0</spotless.version>
27+
<dependencycheck.version>8.4.3</dependencycheck.version>
2428
</properties>
2529

2630
<build>
@@ -76,7 +80,7 @@
7680
<plugin>
7781
<groupId>org.apache.maven.plugins</groupId>
7882
<artifactId>maven-checkstyle-plugin</artifactId>
79-
<version>3.3.0</version>
83+
<version>3.3.1</version>
8084
<configuration>
8185
<configLocation>checkstyle.xml</configLocation>
8286
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>

0 commit comments

Comments
 (0)