File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- ### Latest release Version 4.15 .0 / August 17 , 2025
1+ ### Latest release Version 4.16 .0 / August 29 , 2025
22
33# HtmlUnit - core-js
44
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-core-js</artifactId >
7- <version >4.15 .0</version >
7+ <version >4.16 .0</version >
88 <name >HtmlUnit JavaScript Engine</name >
99 <organization >
1010 <name >HtmlUnit</name >
3232 <build-helper-plugin .version>3.6.1</build-helper-plugin .version>
3333 <gpg-plugin .version>3.2.8</gpg-plugin .version>
3434 <enforcer-plugin .version>3.6.1</enforcer-plugin .version>
35+ <javadoc-plugin .version>3.11.3</javadoc-plugin .version>
3536 </properties >
3637
3738 <build >
168169 <include >javascript/tools/shell/**/*.java</include >
169170 <include >javascript/tools/*.java</include >
170171 </includes >
172+ <excludes >
173+ <exclude >javascript/tools/shell/**/ExecUtil.java</exclude >
174+ </excludes >
171175 </resource >
172176 </resources >
173177 </configuration >
512516 <plugin >
513517 <groupId >org.apache.maven.plugins</groupId >
514518 <artifactId >maven-javadoc-plugin</artifactId >
515- <version >3.11.2 </version >
519+ <version >${javadoc-plugin.version} </version >
516520 <configuration >
517521 <quiet >true</quiet >
518522 <doclint >none</doclint >
You can’t perform that action at this time.
0 commit comments