@@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1515### Project News
1616[ HtmlUnit@Twitter] [ 3 ]
1717
18- ### Latest release Version 1.12 .0 / April 24 , 2022
18+ ### Latest release Version 1.13 .0 / December 28 , 2022
1919
2020For maven, you would add:
2121
2222 <dependency>
2323 <groupId>net.sourceforge.htmlunit</groupId>
2424 <artifactId>htmlunit-cssparser</artifactId>
25- <version>1.12 .0</version>
25+ <version>1.13 .0</version>
2626 </dependency>
2727
2828### Latst CI build
@@ -36,7 +36,7 @@ If you use maven please add:
3636 <dependency>
3737 <groupId>net.sourceforge.htmlunit</groupId>
3838 <artifactId>htmlunit-cssparser</artifactId>
39- <version>1.13 .0-SNAPSHOT</version>
39+ <version>1.14 .0-SNAPSHOT</version>
4040 </dependency>
4141
4242You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -89,9 +89,8 @@ Every contribution - from bug reports to feature requests, typos to full new fea
8989This part is intended for committer who are packaging a release.
9090
9191* Check all your files are checked in
92- * Execute "mvn clean test" to be sure all tests are passing
92+ * Execute "mvn -U clean test" to be sure all tests are passing
9393* Update the version number in pom.xml and README.md
94- * Execute "mvn clean test" to be sure all tests are passing
9594* Commit the changes
9695
9796
0 commit comments