Skip to content

Commit

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

### Latest release Version 2.42.0 / July 11, 2020
### Latest release Version 2.43.0 / August 8, 2020
[Download from Sourceforge][1]

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.42.0</version>
<version>2.43.0</version>
</dependency>

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

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand All @@ -68,7 +68,7 @@ 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.42.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.43.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/job/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"
Expand Down
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.43.0-SNAPSHOT</version>
<version>2.43.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.43.0-SNAPSHOT</htmlunitdriver.version>
<htmlunitdriver.version>2.43.0</htmlunitdriver.version>
<htmlunitcssparser.version>1.5.0</htmlunitcssparser.version>
<htmlunitneko.version>2.43.0</htmlunitneko.version>
<htmlunitcorejs.version>2.43.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.43.0" date="xxxx, 2020" description="Bugfixes, Rhino fixes, Chrome 84, Edge added, FF60 removed">
<release version="2.43.0" date="August 8, 2020" description="Bugfixes, Rhino fixes, Chrome 84, FF79, Edge added, FF60 removed">
<action type="add" dev="rbri" issue="" due-to="Thorsten Wendelmuth">
Initial support for new File(bits, name[, options]);.
</action>
Expand Down
2 changes: 1 addition & 1 deletion 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>July 11, 2020</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.42.0/">version 2.42.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.43.0/">version 2.43.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down
4 changes: 2 additions & 2 deletions src/site/xdoc/packagingARelease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ mvn clean deploy -Dmaven.test.skip=true
<li>fill the tag and title field with the release number (e.g. 1.1.0)</li>
<li>append
<ul>
<li>htmlunit-2.42.0-bin.zip</li>
<li>htmlunit-2.42.0-src.zip</li>
<li>htmlunit-2.43.0-bin.zip</li>
<li>htmlunit-2.43.0-src.zip</li>
</ul>
</li>
<li>do not publish the release now, we have to add a file later on</li>
Expand Down

0 comments on commit d5f2e8d

Please sign in to comment.