Skip to content

Commit fce1903

Browse files
committed
prepare release 2.34.0
1 parent 6a4d4bc commit fce1903

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit</artifactId>
7-
<version>2.34-SNAPSHOT</version>
7+
<version>2.34.0</version>
88
<name>HtmlUnit</name>
99
<organization>
1010
<name>Gargoyle Software Inc.</name>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88

99
<body>
10-
<release version="2.34" date="...., 2019" description="Bugfixes, CHROME 72">
10+
<release version="2.34.0" date="Feb 28, 2019" description="Bugfixes, CHROME 72, CSSParser cleanup">
1111
<action type="fix" dev="rbri">
1212
CSS declarations in CDATA sections are not processed for XHtml and Xml pages.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
<section name="Where to find...">
5555
<p>
5656
<dl>
57-
<dt>Latest release <date>Nov 25, 2018</date></dt>
57+
<dt>Latest release <date>Feb 28, 2019</date></dt>
5858
<dd>
59-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34/">version 2.34</a></p>
59+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.34.0/">version 2.34.0</a></p>
6060
</dd>
6161

6262
<dt>Source code</dt>

0 commit comments

Comments
 (0)