Skip to content

Commit

Permalink
Revert "build(deps): update dependency org.apache.maven.plugins:maven…
Browse files Browse the repository at this point in the history
…-javadoc-plugin to v3.6.0" (#671)

Reverts #656

This version update currently breaks javadoc generation with v1.9.0+ of the doclet used for Cloud RAD.
  • Loading branch information
alicejli authored Oct 4, 2023
1 parent 743090c commit 778a547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.5.0</version>
<reportSets>
<reportSet>
<id>html</id>
Expand Down Expand Up @@ -569,7 +569,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -701,7 +701,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.5.0</version>
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
Expand Down

0 comments on commit 778a547

Please sign in to comment.