Skip to content

Commit c7f54cb

Browse files
committed
version 4.3.0
1 parent a3711eb commit c7f54cb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+4-4
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.2.0 / June 05, 2024
18+
### Latest release Version 4.3.0 / June 24, 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.2.0</version>
28+
<version>4.3.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.2.0'
37+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.3.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.3.0-SNAPSHOT</version>
51+
<version>4.4.0-SNAPSHOT</version>
5252
</dependency>
5353

5454
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

+7-7
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.2.0</version>
7+
<version>4.3.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -24,7 +24,7 @@
2424
<maven.compiler.target>8</maven.compiler.target>
2525

2626
<checkstyle.version>10.17.0</checkstyle.version>
27-
<spotbugs.version>4.8.5</spotbugs.version>
27+
<spotbugs.version>4.8.6</spotbugs.version>
2828
<pmd.version>6.55.0</pmd.version>
2929
<dependencycheck.version>9.2.0</dependencycheck.version>
3030
</properties>
@@ -52,11 +52,11 @@
5252
</plugin>
5353
<plugin>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.2.5</version>
55+
<version>3.3.0</version>
5656
</plugin>
5757
<plugin>
5858
<artifactId>maven-jar-plugin</artifactId>
59-
<version>3.4.1</version>
59+
<version>3.4.2</version>
6060
<configuration>
6161
<archive>
6262
<manifest>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-checkstyle-plugin</artifactId>
129-
<version>3.3.1</version>
129+
<version>3.4.0</version>
130130
<configuration>
131131
<configLocation>checkstyle.xml</configLocation>
132132
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -244,11 +244,11 @@
244244

245245
<distributionManagement>
246246
<snapshotRepository>
247-
<id>sonatype-nexus-snapshots</id>
247+
<id>s01-sonatype-nexus-snapshots</id>
248248
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
249249
</snapshotRepository>
250250
<repository>
251-
<id>sonatype-nexus-staging</id>
251+
<id>s01-sonatype-nexus-staging</id>
252252
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
253253
</repository>
254254
</distributionManagement>

0 commit comments

Comments
 (0)