Skip to content

Commit 95cffaa

Browse files
committed
prepare 2.60.0
1 parent 9cc3000 commit 95cffaa

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 2.59.0 / March 5, 2022
3+
Version 2.60.0 / March 20, 2022
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -25,7 +25,7 @@ For maven, you would add:
2525
<dependency>
2626
<groupId>net.sourceforge.htmlunit</groupId>
2727
<artifactId>htmlunit</artifactId>
28-
<version>2.59.0</version>
28+
<version>2.60.0</version>
2929
</dependency>
3030

3131
Overview
@@ -76,7 +76,7 @@ If you use maven please add:
7676
<dependency>
7777
<groupId>net.sourceforge.htmlunit</groupId>
7878
<artifactId>htmlunit</artifactId>
79-
<version>2.60.0-SNAPSHOT</version>
79+
<version>2.61.0-SNAPSHOT</version>
8080
</dependency>
8181

8282
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -102,7 +102,7 @@ License
102102
This project is licensed under the Apache 2.0 License
103103

104104

105-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.59.0/ "HtmlUnit on sourceforge"
105+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.60.0/ "HtmlUnit on sourceforge"
106106
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
107107
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
108108
[4]: https://htmlunit.sourceforge.io/ "https://htmlunit.sourceforge.io/"

pom.xml

Lines changed: 2 additions & 2 deletions
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.60.0-SNAPSHOT</version>
7+
<version>2.60.0</version>
88
<name>HtmlUnit</name>
99
<organization>
1010
<name>Gargoyle Software Inc.</name>
@@ -24,7 +24,7 @@
2424
<maven.compiler.source>8</maven.compiler.source>
2525
<maven.compiler.target>8</maven.compiler.target>
2626

27-
<htmlunitdriver.version>2.59.0</htmlunitdriver.version>
27+
<htmlunitdriver.version>2.60.0</htmlunitdriver.version>
2828
<htmlunitcssparser.version>1.11.0</htmlunitcssparser.version>
2929
<htmlunitneko.version>2.60.0</htmlunitneko.version>
3030
<htmlunitcorejs.version>2.60.0</htmlunitcorejs.version>

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.60.0" date="April x, 2022" description="Chrome/Edge 99, Bugfixes">
10+
<release version="2.60.0" date="March 20, 2022" description="Chrome/Edge 99, Bugfixes">
1111
<action type="fix" dev="RhinoTeam">
1212
core-js: ES2017 Object.getOwnPropertyDescriptors() implemented.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<section name="Where to find...">
5656
<p>
5757
<dl>
58-
<dt>Latest release <date>March 5, 2022</date></dt>
58+
<dt>Latest release <date>March 10, 2022</date></dt>
5959
<dd>
60-
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.59.0/">version 2.59.0</a></p>
60+
<p><a href="https://sourceforge.net/projects/htmlunit/files/htmlunit/2.60.0/">version 2.60.0</a></p>
6161
</dd>
6262

6363
<dt>Source code</dt>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>net.sourceforge.htmlunit</groupId>
180180
<artifactId>htmlunit</artifactId>
181-
<version>2.59.0</version>
181+
<version>2.60.0</version>
182182
</dependency>]]></source>
183183
</p>
184184

0 commit comments

Comments
 (0)