Skip to content

Commit 9e7c26c

Browse files
committed
prepare 2.66.0 release
1 parent 105a874 commit 9e7c26c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

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

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

1010
[![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)
1111

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

17-
### Latest release Version 2.65.0 / October 03, 2022
17+
### Latest release Version 2.66.0 / October 22, 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.65.0</version>
24+
<version>2.66.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.66.0-SNAPSHOT</version>
38+
<version>2.67.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.66.0-SNAPSHOT</version>
7+
<version>2.66.0</version>
88
<name>HtmlUnit-XPath</name>
99
<packaging>jar</packaging>
1010
<description>

0 commit comments

Comments
 (0)