Skip to content

Commit f2a2ccb

Browse files
committed
version 3.7.0
1 parent e80f28b commit f2a2ccb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1616

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

19-
### Latest release Version 3.6.0 / October 3, 2023
19+
### Latest release Version 3.7.0 / October 30, 2023
2020

2121
For maven, you would add:
2222

2323
<dependency>
2424
<groupId>org.htmlunit</groupId>
2525
<artifactId>htmlunit-cssparser</artifactId>
26-
<version>3.6.0</version>
26+
<version>3.7.0</version>
2727
</dependency>
2828

2929
### Latst CI build
@@ -37,7 +37,7 @@ If you use maven please add:
3737
<dependency>
3838
<groupId>org.htmlunit</groupId>
3939
<artifactId>htmlunit-cssparser</artifactId>
40-
<version>3.7.0-SNAPSHOT</version>
40+
<version>3.8.0-SNAPSHOT</version>
4141
</dependency>
4242

4343
You have to add the sonatype snapshot repository to your pom `repositories` section also:

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-cssparser</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)