@@ -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 4.0 .0 / April 1 , 2024
18
+ ### Latest release Version 4.1 .0 / April 28 , 2024
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 >4.0 .0</version >
28
+ <version >4.1 .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: '4.0 .0'
37
+ implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.1 .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>4.1 .0-SNAPSHOT</version>
51
+ <version>4.2 .0-SNAPSHOT</version>
52
52
</dependency>
53
53
54
54
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -102,7 +102,14 @@ Every contribution - from bug reports to feature requests, typos to full new fea
102
102
This part is intended for committer who are packaging a release.
103
103
104
104
* Check all your files are checked in
105
- * Execute "mvn -U clean test" to be sure all tests are passing
105
+ * Execute these mvn commands to be sure all tests are passing and everything is up to data
106
+
107
+ ```
108
+ mvn versions:display-plugin-updates
109
+ mvn versions:display-dependency-updates
110
+ mvn -U clean test
111
+ ```
112
+
106
113
* Update the version number in pom.xml and README.md
107
114
* Commit the changes
108
115
@@ -120,12 +127,12 @@ This part is intended for committer who are packaging a release.
120
127
* Create the version on Github
121
128
* login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath
122
129
* click Releases > Draft new release
123
- * fill the tag and title field with the release number (e.g. 3.10 .0)
130
+ * fill the tag and title field with the release number (e.g. 4.0 .0)
124
131
* append
125
- * htmlunit-xpath-3 .x.x.jar
126
- * htmlunit-xpath-3 .x.x.jar.asc
127
- * htmlunit-xpath-3 .x.x-javadoc.jar
128
- * htmlunit-xpath-3 .x.x-javadoc.jar.asc
132
+ * htmlunit-xpath-4 .x.x.jar
133
+ * htmlunit-xpath-4 .x.x.jar.asc
134
+ * htmlunit-xpath-4 .x.x-javadoc.jar
135
+ * htmlunit-xpath-4 .x.x-javadoc.jar.asc
129
136
* and publish the release
130
137
131
138
* Update the version number in pom.xml to start next snapshot development
0 commit comments