@@ -15,7 +15,7 @@ and we added unit tests and the maven-based build.
15
15
16
16
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
17
17
18
- ### Latest release Version 3.9 .0 / December 03 , 2023
18
+ ### Latest release Version 3.10 .0 / January 14 , 2023
19
19
20
20
### Maven
21
21
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
25
25
<dependency >
26
26
<groupId >org.htmlunit</groupId >
27
27
<artifactId >htmlunit-xpath</artifactId >
28
- <version >3.9 .0</version >
28
+ <version >3.10 .0</version >
29
29
</dependency >
30
30
```
31
31
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
34
34
Add to your ` build.gradle ` :
35
35
36
36
``` 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'
38
38
```
39
39
40
40
### Last CI build
@@ -48,7 +48,7 @@ If you use maven please add:
48
48
<dependency>
49
49
<groupId>org.htmlunit</groupId>
50
50
<artifactId>htmlunit-xpath</artifactId>
51
- <version>3.10 .0-SNAPSHOT</version>
51
+ <version>3.11 .0-SNAPSHOT</version>
52
52
</dependency>
53
53
54
54
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.
120
120
* Create the version on Github
121
121
* login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath
122
122
* 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)
124
124
* append
125
125
* htmlunit-xpath-3.x.x.jar
126
126
* htmlunit-xpath-3.x.x.jar.asc
0 commit comments