Skip to content

Commit b18a8ff

Browse files
committed
version 3.2.0
1 parent a3ac37d commit b18a8ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -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 3.1.0 / April 16, 2023
18+
### Latest release Version 3.2.0 / May 15, 2023
1919

2020
For maven, you would add:
2121

2222
<dependency>
2323
<groupId>org.htmlunit</groupId>
2424
<artifactId>htmlunit-cssparser</artifactId>
25-
<version>3.1.0</version>
25+
<version>3.2.0</version>
2626
</dependency>
2727

2828
### Latst CI build
@@ -36,7 +36,7 @@ If you use maven please add:
3636
<dependency>
3737
<groupId>org.htmlunit</groupId>
3838
<artifactId>htmlunit-cssparser</artifactId>
39-
<version>3.2.0-SNAPSHOT</version>
39+
<version>3.3.0-SNAPSHOT</version>
4040
</dependency>
4141

4242
You have to add the sonatype snapshot repository to your pom distributionManagement section also:

pom.xml

+2-2
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>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-gpg-plugin</artifactId>
217-
<version>3.0.1</version>
217+
<version>3.1.0</version>
218218
<executions>
219219
<execution>
220220
<phase>verify</phase>

0 commit comments

Comments
 (0)