@@ -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 4.0 .0 / April 1 , 2024
18+ ### Latest release Version 4.1 .0 / April 28 , 2024
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 >4.0 .0</version >
28+ <version >4.1 .0</version >
2929</dependency >
3030```
3131
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
3434Add to your ` build.gradle ` :
3535
3636``` 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'
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>4.1 .0-SNAPSHOT</version>
51+ <version>4.2 .0-SNAPSHOT</version>
5252 </dependency>
5353
5454You 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
102102This part is intended for committer who are packaging a release.
103103
104104* 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+
106113* Update the version number in pom.xml and README.md
107114* Commit the changes
108115
@@ -120,12 +127,12 @@ This part is intended for committer who are packaging a release.
120127* Create the version on Github
121128 * login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath
122129 * 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)
124131 * 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
129136 * and publish the release
130137
131138* Update the version number in pom.xml to start next snapshot development
0 commit comments