Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 18, 2024
1 parent b469e4c commit ae1585e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future.

### Project News

**[Developer Blog][5]**

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

### Latest release Version 4.4.0 / July 28, 2024
### Latest release Version 4.5.0 / October 20, 2024

## Get it!

Expand All @@ -28,7 +30,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>4.4.0</version>
<version>4.5.0</version>
</dependency>
```

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

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4.0'
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5.0'
```


Expand All @@ -53,7 +55,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</dependency>

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

[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://fosstodon.org/@HtmlUnit
[4]: https://fosstodon.org/@HtmlUnit
[5]: https://htmlunit.github.io/htmlunit-blog/
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-cssparser</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
<name>HtmlUnit CSS Parser</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit ae1585e

Please sign in to comment.