Skip to content

Commit 91c6659

Browse files
committed
prepare 2.69.0 release
1 parent f004229 commit 91c6659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.68.0 / December 28, 2022
17+
### Latest release Version 2.69.0 / January 05, 2023
1818

1919
For maven, you would add:
2020

2121
<dependency>
2222
<groupId>net.sourceforge.htmlunit</groupId>
2323
<artifactId>htmlunit-cssparser</artifactId>
24-
<version>2.68.0</version>
24+
<version>2.69.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.69.0-SNAPSHOT</version>
38+
<version>2.70.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.69.0-SNAPSHOT</version>
7+
<version>2.69.0</version>
88
<name>HtmlUnit-XPath</name>
99
<packaging>jar</packaging>
1010
<description>

0 commit comments

Comments
 (0)