File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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 3.0 .0 / March 19 , 2023
18
+ ### Latest release Version 3.1 .0 / April 16 , 2023
19
19
20
20
For maven, you would add:
21
21
22
22
<dependency>
23
23
<groupId>org.htmlunit</groupId>
24
24
<artifactId>htmlunit-cssparser</artifactId>
25
- <version>3.0 .0</version>
25
+ <version>3.1 .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>org.htmlunit</groupId>
38
38
<artifactId>htmlunit-cssparser</artifactId>
39
- <version>3.1 .0-SNAPSHOT</version>
39
+ <version>3.2 .0-SNAPSHOT</version>
40
40
</dependency>
41
41
42
42
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >3.1.0-SNAPSHOT </version >
7
+ <version >3.1.0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments