Skip to content

Commit

Permalink
version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 4, 2024
1 parent 6d9efd0 commit 0d857e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and we added unit tests and the maven-based build.

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]

### Latest release Version 4.1.0 / April 28, 2024
### Latest release Version 4.2.0 / May 05, 2024

### Maven

Expand All @@ -25,7 +25,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand All @@ -34,7 +34,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.1.0'
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.2.0'
```

### Last CI build
Expand All @@ -48,7 +48,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.3.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<name>HtmlUnit-XPath</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -23,10 +23,10 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<checkstyle.version>10.15.0</checkstyle.version>
<spotbugs.version>4.8.4</spotbugs.version>
<checkstyle.version>10.17.0</checkstyle.version>
<spotbugs.version>4.8.5</spotbugs.version>
<pmd.version>6.55.0</pmd.version>
<dependencycheck.version>9.1.0</dependencycheck.version>
<dependencycheck.version>9.2.0</dependencycheck.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.4.0</version>
<version>4.8.5.0</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down Expand Up @@ -196,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<configuration>
Expand Down

0 comments on commit 0d857e8

Please sign in to comment.