Skip to content

Commit

Permalink
Merge pull request #96 from victornoel/fix-javadoc
Browse files Browse the repository at this point in the history
Fix errors during javadoc generation in site goal
  • Loading branch information
yegor256 authored Jul 10, 2020
2 parents 93b1d01 + 7851585 commit a87bbb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1752,12 +1752,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.9.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.6</version>
<version>1.9.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit a87bbb4

Please sign in to comment.