File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ and we added unit tests and the maven-based build.
1414### Project News
1515[ HtmlUnit@Twitter] [ 3 ]
1616
17- ### Latest release Version 3.0 .0 / March 19 , 2023
17+ ### Latest release Version 3.1 .0 / April 16 , 2023
1818
1919For maven, you would add:
2020
2121 <dependency>
2222 <groupId>org.htmlunit</groupId>
2323 <artifactId>htmlunit-cssparser</artifactId>
24- <version>3.0 .0</version>
24+ <version>3.1 .0</version>
2525 </dependency>
2626
2727### Last CI build
@@ -35,7 +35,7 @@ If you use maven please add:
3535 <dependency>
3636 <groupId>org.htmlunit</groupId>
3737 <artifactId>htmlunit-xpath</artifactId>
38- <version>3.1 .0-SNAPSHOT</version>
38+ <version>3.2 .0-SNAPSHOT</version>
3939 </dependency>
4040
4141You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-xpath</artifactId >
7- <version >3.1.0-SNAPSHOT </version >
7+ <version >3.1.0</version >
88 <name >HtmlUnit-XPath</name >
99 <organization >
1010 <name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments