Skip to content

Commit a7905be

Browse files
committed
4.17.0
1 parent d35c233 commit a7905be

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Latest release Version 4.16.0 / August 29, 2025
1+
### Latest release Version 4.17.0 / October 05, 2025
22

33
# HtmlUnit - core-js
44

@@ -73,9 +73,8 @@ This part is intended for committer who are packaging a release.
7373
mvn -up clean deploy
7474
```
7575

76-
* Go to [Sonatype staging repositories](https://s01.oss.sonatype.org/index.html#stagingRepositories) and process the deploy
77-
- select the repository and close it - wait until the close is processed
78-
- release the package and wait until it is processed
76+
* Go to [Maven Central Portal](https://central.sonatype.com/) and process the deploy
77+
- publish the package and wait until it is processed
7978

8079
* Create the version on Github
8180
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js

pom.xml

Lines changed: 8 additions & 2 deletions
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.16.0</version>
7+
<version>4.17.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -346,6 +346,10 @@
346346
<token>cx.getLanguageVersion\(\) &lt;= Context.VERSION_1_7</token>
347347
<value>/* HtmlUnit cx.getLanguageVersion\(\) &lt;= #Context.VERSION_1_7 */ false</value>
348348
</replacement>
349+
<replacement>
350+
<token>cx.getLanguageVersion\(\) &lt;= Context.VERSION_1_8</token>
351+
<value>/* HtmlUnit cx.getLanguageVersion\(\) &lt;= #Context.VERSION_1_8 */ false</value>
352+
</replacement>
349353
<replacement>
350354
<token>cx.getLanguageVersion\(\) >= Context.VERSION_1_8</token>
351355
<value>/* HtmlUnit cx.getLanguageVersion\(\) >= #Context.VERSION_1_8 */ true</value>
@@ -519,8 +523,10 @@
519523
<version>${javadoc-plugin.version}</version>
520524
<configuration>
521525
<quiet>true</quiet>
526+
<show>protected</show>
522527
<doclint>none</doclint>
523-
<additionalparam>--allow-script-in-comments</additionalparam>
528+
<detectLinks>true</detectLinks>
529+
<detectJavaApiLink>true</detectJavaApiLink>
524530
<links>
525531
<link>https://docs.oracle.com/javase/8/docs/api/</link>
526532
</links>

0 commit comments

Comments
 (0)