Skip to content

Commit

Permalink
test-javadoc removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 12, 2023
1 parent f617348 commit 6332a5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>

<htmlunitdriver.version>4.13.0</htmlunitdriver.version>
<selenium.version>4.13.0</selenium.version>
<selenium.version>4.14.0</selenium.version>

<httpcomponents.version>4.5.14</httpcomponents.version>
<jetty.version>9.4.53.v20231009</jetty.version>
Expand Down Expand Up @@ -614,6 +614,13 @@
<detectJavaApiLink>true</detectJavaApiLink>
<excludePackageNames>netscape:netscape.*:org.htmlunit.platform.util</excludePackageNames>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
</properties>

<body>
<release version="3.7.0" date="October xx, 2023" description="Firefox 118, Bugfixes">
<release version="3.7.0" date="October xx, 2023" description="Firefox 118, Bugfixes, Documentation updates">
<action type="remove" dev="rbri">
test-javadoc removed from the website.
</action>
<action type="add" dev="rbri" issue="#647">
HtmlForm.getElements() is now part of the public api.
</action>
Expand Down

0 comments on commit 6332a5b

Please sign in to comment.