Skip to content

Commit

Permalink
prepare release 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 8, 2020
1 parent 314ed77 commit ee740f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ It is typically used for testing purposes or to retrieve information from web si
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 2.37.0 / January 28, 2020
### Latest release Version 2.38.0 / March 8, 2020
[Download from Sourceforge][1]

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>

### Latest CI build
Expand Down Expand Up @@ -62,6 +62,6 @@ You have to add the sonatype snapshot repository to your pom distributionManagem
This project is licensed under the Apache 2.0 License


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.37.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.38.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/job/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
4 changes: 2 additions & 2 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>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.38.0-SNAPSHOT</version>
<version>2.38.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitdriver.version>2.37.0</htmlunitdriver.version>
<htmlunitdriver.version>2.38.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.5.0</htmlunitcssparser.version>
<htmlunitneko.version>2.38.0</htmlunitneko.version>
<htmlunitcorejs.version>2.38.0</htmlunitcorejs.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="2.38.0" date="xxxx, 2020" description="Bugfixes, CHROME 80">
<release version="2.38.0" date="March 8, 2020" description="Bugfixes, CHROME 80">
<action type="update" dev="rbri">
Upgrade Apache HttpComponents to 4.5.12.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dl>
<dt>Latest release <date>January 28, 2020</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.37.0/">version 2.37.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.38.0/">version 2.38.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit ee740f1

Please sign in to comment.