Skip to content

Commit

Permalink
prepare 2.67.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2022
1 parent 23421d2 commit 35eb6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ and we added unit tests and the maven-based build.
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.66.0 / October 22, 2022
### Latest release Version 2.67.0 / November 20, 2022

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>2.66.0</version>
<version>2.67.0</version>
</dependency>

### Last CI build
Expand All @@ -35,7 +35,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>2.67.0-SNAPSHOT</version>
<version>2.68.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>2.67.0-SNAPSHOT</version>
<version>2.67.0</version>
<name>HtmlUnit-XPath</name>
<packaging>jar</packaging>
<description>
Expand Down

0 comments on commit 35eb6a0

Please sign in to comment.