Skip to content

Commit 3bbe0a8

Browse files
committed
version 4.1.0
1 parent ca60f18 commit 3bbe0a8

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

README.md

Lines changed: 17 additions & 10 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 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`:
3434
Add 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

5454
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
102102
This 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

pom.xml

Lines changed: 8 additions & 8 deletions
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>4.0.0</version>
7+
<version>4.1.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -23,8 +23,8 @@
2323
<maven.compiler.source>8</maven.compiler.source>
2424
<maven.compiler.target>8</maven.compiler.target>
2525

26-
<checkstyle.version>10.12.5</checkstyle.version>
27-
<spotbugs.version>4.8.3</spotbugs.version>
26+
<checkstyle.version>10.15.0</checkstyle.version>
27+
<spotbugs.version>4.8.4</spotbugs.version>
2828
<pmd.version>6.55.0</pmd.version>
2929
<dependencycheck.version>9.1.0</dependencycheck.version>
3030
</properties>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>commons-io</groupId>
4141
<artifactId>commons-io</artifactId>
42-
<version>2.15.1</version>
42+
<version>2.16.1</version>
4343
<scope>test</scope>
4444
</dependency>
4545
</dependencies>
@@ -56,7 +56,7 @@
5656
</plugin>
5757
<plugin>
5858
<artifactId>maven-jar-plugin</artifactId>
59-
<version>3.3.0</version>
59+
<version>3.4.1</version>
6060
<configuration>
6161
<archive>
6262
<manifest>
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-source-plugin</artifactId>
84-
<version>3.3.0</version>
84+
<version>3.3.1</version>
8585
<executions>
8686
<execution>
8787
<goals>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-gpg-plugin</artifactId>
116-
<version>3.2.2</version>
116+
<version>3.2.4</version>
117117
<executions>
118118
<execution>
119119
<phase>verify</phase>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>com.github.spotbugs</groupId>
145145
<artifactId>spotbugs-maven-plugin</artifactId>
146-
<version>4.8.3.1</version>
146+
<version>4.8.4.0</version>
147147
<dependencies>
148148
<dependency>
149149
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)