Skip to content

Commit

Permalink
prepare version 2.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 17, 2021
1 parent 7f4643f commit c1632af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ seems to end somewhere around 2014 we started our own fork that now has many imp
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.53.0 / September 18, 2021
### Latest release Version 2.54.0 / October 17, 2021

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.53.0</version>
<version>2.54.0</version>
</dependency>

### Latest CI build
Expand All @@ -32,7 +32,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.54.0-SNAPSHOT</version>
<version>2.55.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.54.0-SNAPSHOT</version>
<version>2.54.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down

0 comments on commit c1632af

Please sign in to comment.