Skip to content

Commit 35eb6a0

Browse files
committed
prepare 2.67.0 release
1 parent 23421d2 commit 35eb6a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 2.66.0 / October 22, 2022
17+
### Latest release Version 2.67.0 / November 20, 2022
1818

1919
For maven, you would add:
2020

2121
<dependency>
2222
<groupId>net.sourceforge.htmlunit</groupId>
2323
<artifactId>htmlunit-cssparser</artifactId>
24-
<version>2.66.0</version>
24+
<version>2.67.0</version>
2525
</dependency>
2626

2727
### Last CI build
@@ -35,7 +35,7 @@ If you use maven please add:
3535
<dependency>
3636
<groupId>net.sourceforge.htmlunit</groupId>
3737
<artifactId>htmlunit-xpath</artifactId>
38-
<version>2.67.0-SNAPSHOT</version>
38+
<version>2.68.0-SNAPSHOT</version>
3939
</dependency>
4040

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>2.67.0-SNAPSHOT</version>
7+
<version>2.67.0</version>
88
<name>HtmlUnit-XPath</name>
99
<packaging>jar</packaging>
1010
<description>

0 commit comments

Comments
 (0)