@@ -24,7 +24,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2424If 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`:
4545Add 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
8080You 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
0 commit comments