Skip to content

Commit f178c52

Browse files
committed
version 3.10.0
1 parent 3d5313c commit f178c52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and we added unit tests and the maven-based build.
1515

1616
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1717

18-
### Latest release Version 3.9.0 / December 03, 2023
18+
### Latest release Version 3.10.0 / January 14, 2023
1919

2020
### Maven
2121

@@ -25,7 +25,7 @@ Add to your `pom.xml`:
2525
<dependency>
2626
<groupId>org.htmlunit</groupId>
2727
<artifactId>htmlunit-xpath</artifactId>
28-
<version>3.9.0</version>
28+
<version>3.10.0</version>
2929
</dependency>
3030
```
3131

@@ -34,7 +34,7 @@ Add to your `pom.xml`:
3434
Add to your `build.gradle`:
3535

3636
```groovy
37-
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '3.9.0'
37+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '3.10.0'
3838
```
3939

4040
### Last CI build
@@ -48,7 +48,7 @@ If you use maven please add:
4848
<dependency>
4949
<groupId>org.htmlunit</groupId>
5050
<artifactId>htmlunit-xpath</artifactId>
51-
<version>3.10.0-SNAPSHOT</version>
51+
<version>3.11.0-SNAPSHOT</version>
5252
</dependency>
5353

5454
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -120,7 +120,7 @@ This part is intended for committer who are packaging a release.
120120
* Create the version on Github
121121
* login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath
122122
* click Releases > Draft new release
123-
* fill the tag and title field with the release number (e.g. 3.9.0)
123+
* fill the tag and title field with the release number (e.g. 3.10.0)
124124
* append
125125
* htmlunit-xpath-3.x.x.jar
126126
* htmlunit-xpath-3.x.x.jar.asc

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>org.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>3.10.0-SNAPSHOT</version>
7+
<version>3.10.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)