Skip to content

Commit

Permalink
prepare 2.66.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 22, 2022
1 parent 105a874 commit 9e7c26c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This is the code repository of the XPath support used by HtmlUnit.

For a long time HtmlUnit uses Apache Xalan (https://xalan.apache.org/). But the development of Xalan
has stopped in 2019. Because HtmlUnit only uses the XPath functionality we decide to make a fork
and remove all no longer needed stuff. Additionally we did some code updated for JDK 8 and we add
unit test and the maven based build.
HtmlUnit used Apache Xalan (https://xalan.apache.org/) for a long time. But the development of Xalan
was discontinued in 2019. Since HtmlUnit only uses XPath functionality, we decided to create a fork
and remove all things that are no longer needed. In addition, we made some code updates for JDK 8
and we added unit tests and the maven-based build.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-xpath/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.htmlunit/htmlunit-xpath)

Expand All @@ -14,14 +14,14 @@ unit test and the maven based build.
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.65.0 / October 03, 2022
### Latest release Version 2.66.0 / October 22, 2022

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>2.65.0</version>
<version>2.66.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.66.0-SNAPSHOT</version>
<version>2.67.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.66.0-SNAPSHOT</version>
<version>2.66.0</version>
<name>HtmlUnit-XPath</name>
<packaging>jar</packaging>
<description>
Expand Down

0 comments on commit 9e7c26c

Please sign in to comment.