Skip to content

Commit

Permalink
prepare 2.34.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 4, 2019
1 parent 24b65d0 commit 89afdb3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 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.34.0 / Feb 28, 2019
### Latest release Version 2.34.1 / March 4, 2019
[Download from Sourceforge][1]

For maven, you would add:

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.34.0</version>
<version>2.34.1</version>
</dependency>

[Latest CI build][2]
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>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.34.1-SNAPSHOT</version>
<version>2.34.1</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
</properties>

<body>
<release version="2.35.0" date="...., 2019" description="Bugfixes">
<release version="2.34.1" date="March 4, 2019" description="Bugfixes">
<action type="fix" dev="rbri">
Fix insert position for elements with contenteditable='true'.
</action>
<action type="fix" dev="rbri" issue="18">
Send 'image/png' as mime type when uploading a png file.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>Feb 28, 2019</date></dt>
<dt>Latest release <date>March 4, 2019</date></dt>
<dd>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34.0/">version 2.34.0</a></p>
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34.1/">version 2.34.1</a></p>
</dd>

<dt>Source code</dt>
Expand All @@ -69,7 +69,7 @@
<p><a href="https://twitter.com/HtmlUnit"><img src="./images/logos/twitter.png" alt="Twitter" height="73" width="60"></img></a></p>
</dd>

<dt>Latest build</dt>
<dt>Latest build / CI server</dt>
<dd>
<p><a href="http://83.169.43.181/jenkins/view/HtmlUnit/job/HtmlUnit/">Jenkins build server</a></p>
</dd>
Expand Down

0 comments on commit 89afdb3

Please sign in to comment.