Skip to content

Commit f9ae1c0

Browse files
committed
5.1.0
1 parent aac20ab commit f9ae1c0

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2424
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
2525

2626

27-
### Latest release Version 5.0.0 / May 24, 2026
27+
### Latest release Version 5.0.0 / May 31, 2026
2828

2929
## Get it!
3030

@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636
<dependency>
3737
<groupId>org.htmlunit</groupId>
3838
<artifactId>htmlunit-cssparser</artifactId>
39-
<version>5.0.0</version>
39+
<version>5.1.0</version>
4040
</dependency>
4141
```
4242

@@ -45,7 +45,7 @@ Add to your `pom.xml`:
4545
Add to your `build.gradle`:
4646

4747
```groovy
48-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '5.0.0'
48+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '5.1.0'
4949
```
5050

5151

@@ -74,7 +74,7 @@ If you use maven please add:
7474
<dependency>
7575
<groupId>org.htmlunit</groupId>
7676
<artifactId>htmlunit-cssparser</artifactId>
77-
<version>5.1.0-SNAPSHOT</version>
77+
<version>5.2.0-SNAPSHOT</version>
7878
</dependency>
7979

8080
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
@@ -153,16 +153,16 @@ This part is intended for committer who are packaging a release.
153153
* Create the version on Github
154154
* login to Github and open project https://github.com/HtmlUnit/htmlunit-cssparser
155155
* click Releases > Draft new release
156-
* fill the tag and title field with the release number (e.g. 4.0.0)
156+
* fill the tag and title field with the release number (e.g. 5.0.0)
157157
* append
158-
* htmlunit-cssparser-4.x.x.jar
159-
* htmlunit-cssparser-4.x.x.jar.asc
160-
* htmlunit-cssparser-4.x.x.pom
161-
* htmlunit-cssparser-4.x.x.pom.asc
162-
* htmlunit-cssparser-4.x.x-javadoc.jar
163-
* htmlunit-cssparser-4.x.x-javadoc.jar.asc
164-
* htmlunit-cssparser-4.x.x-sources.jar
165-
* htmlunit-cssparser-4.x.x-sources.jar.asc
158+
* htmlunit-cssparser-5.x.x.jar
159+
* htmlunit-cssparser-5.x.x.jar.asc
160+
* htmlunit-cssparser-5.x.x.pom
161+
* htmlunit-cssparser-5.x.x.pom.asc
162+
* htmlunit-cssparser-5.x.x-javadoc.jar
163+
* htmlunit-cssparser-5.x.x-javadoc.jar.asc
164+
* htmlunit-cssparser-5.x.x-sources.jar
165+
* htmlunit-cssparser-5.x.x-sources.jar.asc
166166
* and publish the release
167167

168168
* Update the version number in pom.xml to start next snapshot development

pom.xml

Lines changed: 2 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-cssparser</artifactId>
7-
<version>5.0.0</version>
7+
<version>5.1.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -42,7 +42,7 @@
4242
<release-plugin.version>3.3.1</release-plugin.version>
4343
<source-plugin.version>3.4.0</source-plugin.version>
4444
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
45-
<surefire-plugin.version>3.5.5</surefire-plugin.version>
45+
<surefire-plugin.version>3.5.6</surefire-plugin.version>
4646
</properties>
4747

4848
<build>

0 commit comments

Comments
 (0)