Skip to content

Commit ae1585e

Browse files
committed
4.5.0
1 parent b469e4c commit ae1585e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Diff for: README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1414

1515
### Project News
1616

17+
**[Developer Blog][5]**
18+
1719
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1820

19-
### Latest release Version 4.4.0 / July 28, 2024
21+
### Latest release Version 4.5.0 / October 20, 2024
2022

2123
## Get it!
2224

@@ -28,7 +30,7 @@ Add to your `pom.xml`:
2830
<dependency>
2931
<groupId>org.htmlunit</groupId>
3032
<artifactId>htmlunit-cssparser</artifactId>
31-
<version>4.4.0</version>
33+
<version>4.5.0</version>
3234
</dependency>
3335
```
3436

@@ -37,7 +39,7 @@ Add to your `pom.xml`:
3739
Add to your `build.gradle`:
3840

3941
```groovy
40-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5.0'
4143
```
4244

4345

@@ -53,7 +55,7 @@ If you use maven please add:
5355
<dependency>
5456
<groupId>org.htmlunit</groupId>
5557
<artifactId>htmlunit-cssparser</artifactId>
56-
<version>4.5.0-SNAPSHOT</version>
58+
<version>4.6.0-SNAPSHOT</version>
5759
</dependency>
5860

5961
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -158,4 +160,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
158160

159161
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI"
160162
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
161-
[4]: https://fosstodon.org/@HtmlUnit
163+
[4]: https://fosstodon.org/@HtmlUnit
164+
[5]: https://htmlunit.github.io/htmlunit-blog/

Diff for: pom.xml

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

0 commit comments

Comments
 (0)