Skip to content

Commit

Permalink
version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 2, 2023
1 parent b7d5145 commit 510f5f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 3.8.0 / November 18, 2023
### Latest release Version 3.9.0 / December 03, 2023

### Maven

Expand All @@ -25,7 +25,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-xpath</artifactId>
<version>3.8.0</version>
<version>3.9.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: '3.8.0'
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '3.9.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>3.9.0-SNAPSHOT</version>
<version>3.10.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down Expand Up @@ -120,7 +120,7 @@ This part is intended for committer who are packaging a release.
* Create the version on Github
* login to Github and open project https://github.com/HtmlUnit/htmlunit-xpath
* click Releases > Draft new release
* fill the tag and title field with the release number (e.g. 3.8.0)
* fill the tag and title field with the release number (e.g. 3.9.0)
* append
* htmlunit-xpath-3.x.x.jar
* htmlunit-xpath-3.x.x.jar.asc
Expand Down
2 changes: 1 addition & 1 deletion 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>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
<name>HtmlUnit-XPath</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit 510f5f4

Please sign in to comment.