@@ -15,14 +15,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
15
15
### Project News
16
16
[ HtmlUnit@Twitter] [ 3 ]
17
17
18
- ### Latest release Version 1.12 .0 / April 24 , 2022
18
+ ### Latest release Version 1.13 .0 / December 28 , 2022
19
19
20
20
For maven, you would add:
21
21
22
22
<dependency>
23
23
<groupId>net.sourceforge.htmlunit</groupId>
24
24
<artifactId>htmlunit-cssparser</artifactId>
25
- <version>1.12 .0</version>
25
+ <version>1.13 .0</version>
26
26
</dependency>
27
27
28
28
### Latst CI build
@@ -36,7 +36,7 @@ If you use maven please add:
36
36
<dependency>
37
37
<groupId>net.sourceforge.htmlunit</groupId>
38
38
<artifactId>htmlunit-cssparser</artifactId>
39
- <version>1.13 .0-SNAPSHOT</version>
39
+ <version>1.14 .0-SNAPSHOT</version>
40
40
</dependency>
41
41
42
42
You 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
89
89
This part is intended for committer who are packaging a release.
90
90
91
91
* 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
93
93
* Update the version number in pom.xml and README.md
94
- * Execute "mvn clean test" to be sure all tests are passing
95
94
* Commit the changes
96
95
97
96
0 commit comments