Skip to content

Commit 0533af4

Browse files
committed
4.21.0-SNAPSHOT
improved replacement
1 parent 79cbb88 commit 0533af4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-core-js</artifactId>
7-
<version>4.20.0</version>
7+
<version>4.21.0-SNAPSHOT</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -355,6 +355,10 @@
355355
<token>cx.getLanguageVersion\(\) &lt;= Context.VERSION_1_8</token>
356356
<value>/* HtmlUnit cx.getLanguageVersion\(\) &lt;= #Context.VERSION_1_8 */ false</value>
357357
</replacement>
358+
<replacement>
359+
<token>version &lt;= Context.VERSION_1_8</token>
360+
<value>/* HtmlUnit version &lt;= #Context.VERSION_1_8 */ false</value>
361+
</replacement>
358362
<replacement>
359363
<token>cx.getLanguageVersion\(\) >= Context.VERSION_1_8</token>
360364
<value>/* HtmlUnit cx.getLanguageVersion\(\) >= #Context.VERSION_1_8 */ true</value>

0 commit comments

Comments
 (0)